]> git.pld-linux.org Git - packages/VirtualBox-bin.git/commitdiff
- cosmetics auto/th/VirtualBox-2_0_6-2 auto/ti/VirtualBox-2_0_6-1
authorhawk <hawk@pld-linux.org>
Mon, 24 Nov 2008 10:55:06 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-vboxadd.init -> 1.3
    VirtualBox-vboxdrv.init -> 1.5
    VirtualBox-vboxvfs.init -> 1.2

VirtualBox-vboxadd.init
VirtualBox-vboxdrv.init
VirtualBox-vboxvfs.init

index 55600681fe5be3c3da24b66e006a7d07763f8092..21ce8357f9aaa2b5cc636accf041b45622c5b1d5 100644 (file)
@@ -47,13 +47,12 @@ start() {
                                ok
                        fi
                fi
-
                touch /var/lock/subsys/vboxadd
        fi
 }
 
 stop() {
-       # NOTE: rmmod will wait if device is in use, so automatic rmmod probably not the best idea
+       # NOTE: rmmod will wait if device is in use, so automatic rmmod probably is not the best idea
        /sbin/rmmod $VBOX_MODULE
        rm -f /var/lock/subsys/vboxadd
 }
index a964abb72e543de3cdbe2451fe5adf236dd3aad4..5eb8ed51b2b27af0eb5e74ae30d50a462fdb63c7 100644 (file)
@@ -47,13 +47,12 @@ start() {
                                ok
                        fi
                fi
-
                touch /var/lock/subsys/vboxdrv
        fi
 }
 
 stop() {
-       # NOTE: rmmod will wait if device is in use, so automatic rmmod probably not the best idea
+       # NOTE: rmmod will wait if device is in use, so automatic rmmod probably is not the best idea
        /sbin/rmmod $VBOX_MODULE
        rm -f /var/lock/subsys/vboxdrv
 }
index 83581c3c82fc4436522d39679f5c2adfacd81e77..d1029aff654f9ca3ad0e1bde4a0b7ed8dedb770b 100644 (file)
@@ -27,7 +27,7 @@ start() {
 }
 
 stop() {
-       # NOTE: rmmod will wait if device is in use, so automatic rmmod probably not the best idea
+       # NOTE: rmmod will wait if device is in use, so automatic rmmod probably is not the best idea
        /sbin/rmmod $VBOX_MODULE
        rm -f /var/lock/subsys/vboxvfs
 }
This page took 0.056774 seconds and 4 git commands to generate.