]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- chown new syntax
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Sep 2007 09:55:07 +0000 (09:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    virtualbox.init -> 1.4

virtualbox.init

index ad6f0eefb537fd91b0c11b53ca55e32566fad49a..7936e76b32280de7dc795eeee72441776dcc5b85 100644 (file)
@@ -19,7 +19,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/virtualbox ]; then
                _modprobe single die vboxdrv
-               chown root.vbox /dev/vboxdrv
+               chown root:vbox /dev/vboxdrv
                msg_starting virtualbox
                daemon --fork VBoxSVC
                RETVAL=$?
This page took 0.033006 seconds and 4 git commands to generate.