]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- start() doesn't have exit code
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 13 Mar 2007 17:09:15 +0000 (17:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    virtualbox.init -> 1.2

virtualbox.init

index 9661f5715071113b753226c865a388e7884c8a3a..537552148806ee8855a34277ac0d9348fa226099 100644 (file)
@@ -52,7 +52,6 @@ case "$1" in
   restart)
        stop
        start
-       exit $?
        ;;
   status)
        status virtualbox
@@ -64,6 +63,3 @@ case "$1" in
 esac
 
 exit $RETVAL
-
-# This must be last line !
-# vi:syntax=sh
This page took 0.217258 seconds and 4 git commands to generate.