summaryrefslogtreecommitdiffstats
path: root/system/virtualbox-ose/vboxdrv.sh.in.diff
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-11 22:55:36 +0200
committer David Somero <xgizzmo@slackbuilds.org>2010-05-11 22:55:36 +0200
commit280098ec662845272fbd833a2dacb512be18f560 (patch)
tree3767344fa28acd25a0b3804f4c3b9840a64b8f34 /system/virtualbox-ose/vboxdrv.sh.in.diff
parent9ef4eb0911889d19a2495c0a9752bbc9bdc9f175 (diff)
downloadslackbuilds-280098ec662845272fbd833a2dacb512be18f560.tar.gz
slackbuilds-280098ec662845272fbd833a2dacb512be18f560.tar.xz
system/virtualbox-ose: Added to 12.1 repository
Diffstat (limited to 'system/virtualbox-ose/vboxdrv.sh.in.diff')
-rw-r--r--system/virtualbox-ose/vboxdrv.sh.in.diff17
1 files changed, 17 insertions, 0 deletions
diff --git a/system/virtualbox-ose/vboxdrv.sh.in.diff b/system/virtualbox-ose/vboxdrv.sh.in.diff
new file mode 100644
index 0000000000..1869dc2fda
--- /dev/null
+++ b/system/virtualbox-ose/vboxdrv.sh.in.diff
@@ -0,0 +1,17 @@
+--- vboxdrv.sh.in.orig 2008-05-29 23:13:20.318184008 -0500
++++ vboxdrv.sh.in 2008-05-29 23:14:03.623677969 -0500
+@@ -175,10 +175,10 @@
+ fi
+ fi
+ # ensure permissions
+- if ! chown :$GROUPNAME $DEVICE 2>/dev/null; then
+- rmmod $MODNAME 2>/dev/null
+- failure "Cannot change owner $GROUPNAME for device $DEVICE"
+- fi
++ #if ! chown :$GROUPNAME $DEVICE 2>/dev/null; then
++ # rmmod $MODNAME 2>/dev/null
++ # failure "Cannot change owner $GROUPNAME for device $DEVICE"
++ #fi
+ succ_msg
+ }
+