2014-06-07 05:11:38 +00:00
|
|
|
From fad493626ae0d6118d4efc164151d4fe8937682b Mon Sep 17 00:00:00 2001
|
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Mon, 2 Jun 2014 14:52:23 +0200
|
|
|
|
Subject: [PATCH] 99base: Add chown binary
|
2014-05-28 16:30:59 +00:00
|
|
|
|
|
|
|
nvidia driver needs this via modprobe script.
|
|
|
|
Needs to do change the group after a device node got created.
|
|
|
|
Add chown instead of chgrp which can also change the owner of a file.
|
|
|
|
|
|
|
|
Ask Stefand Dirsch <sndirsch@suse.de> for details.
|
|
|
|
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
2014-06-07 05:11:38 +00:00
|
|
|
---
|
|
|
|
modules.d/99base/module-setup.sh | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2014-05-28 16:30:59 +00:00
|
|
|
|
2014-06-07 05:11:38 +00:00
|
|
|
diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
|
|
|
|
index 13fbee2..359db22 100755
|
|
|
|
--- a/modules.d/99base/module-setup.sh
|
|
|
|
+++ b/modules.d/99base/module-setup.sh
|
2014-05-28 16:30:59 +00:00
|
|
|
@@ -17,7 +17,7 @@ depends() {
|
|
|
|
install() {
|
|
|
|
local _d
|
|
|
|
|
|
|
|
- inst_multiple mount mknod mkdir sleep chroot \
|
2014-06-07 05:11:38 +00:00
|
|
|
+ inst_multiple mount mknod mkdir sleep chroot chown \
|
2014-05-28 16:30:59 +00:00
|
|
|
sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid
|
|
|
|
inst $(command -v modprobe) /sbin/modprobe
|
|
|
|
|
2014-06-07 05:11:38 +00:00
|
|
|
--
|
|
|
|
1.8.4.5
|
|
|
|
|