]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
there is no 'vbox' group in guest, and chowning is not neccessary in guest
authorElan Ruusamäe <glen@delfi.ee>
Tue, 23 Oct 2012 16:06:14 +0000 (19:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 23 Oct 2012 16:06:14 +0000 (19:06 +0300)
VirtualBox-vboxguest.init [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 9f8e8d3..01fd1bf
@@ -48,9 +48,6 @@ setup() {
                RETVAL=$?
                rmmod $VBOX_MODNAME
                fail
-       elif ! chown root:vbox $VBOX_DEVICE; then
-               RETVAL=$?
-               fail
        else
                ok
        fi
This page took 0.112194 seconds and 4 git commands to generate.