Harald Hoyer b94732
From a262ad91e82729b661049f24a5d5968d08ce161c Mon Sep 17 00:00:00 2001
Harald Hoyer b94732
From: Hannes Reinecke <hare@suse.de>
Harald Hoyer b94732
Date: Thu, 11 Dec 2014 15:46:27 +0100
Harald Hoyer b94732
Subject: [PATCH] 99base: Add chown binary
Harald Hoyer b94732
Harald Hoyer b94732
nvidia driver needs this via modprobe script.
Harald Hoyer b94732
Needs to do change the group after a device node got created.
Harald Hoyer b94732
Add chown instead of chgrp which can also change the owner of a file.
Harald Hoyer b94732
Harald Hoyer b94732
Ask Stefand Dirsch <sndirsch@suse.de> for details.
Harald Hoyer b94732
Harald Hoyer b94732
Signed-off-by: Thomas Renninger <trenn@suse.de>
Harald Hoyer b94732
---
Harald Hoyer b94732
 modules.d/99base/module-setup.sh | 2 +-
Harald Hoyer b94732
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer b94732
Harald Hoyer b94732
diff --git a/modules.d/99base/module-setup.sh b/modules.d/99base/module-setup.sh
Harald Hoyer b94732
index 7d30320..a1046af 100755
Harald Hoyer b94732
--- a/modules.d/99base/module-setup.sh
Harald Hoyer b94732
+++ b/modules.d/99base/module-setup.sh
Harald Hoyer b94732
@@ -15,7 +15,7 @@ depends() {
Harald Hoyer b94732
 install() {
Harald Hoyer b94732
     local _d
Harald Hoyer b94732
 
Harald Hoyer b94732
-    inst_multiple mount mknod mkdir sleep chroot \
Harald Hoyer b94732
+    inst_multiple mount mknod mkdir sleep chroot chown \
Harald Hoyer b94732
         sed ls flock cp mv dmesg rm ln rmmod mkfifo umount readlink setsid
Harald Hoyer b94732
     inst $(command -v modprobe) /sbin/modprobe
Harald Hoyer b94732