]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- Damn! Do not exit 0 from start/stop funcs
authoradgor <adgor@pld-linux.org>
Mon, 5 Apr 2004 20:51:30 +0000 (20:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.init -> 1.11

VMware-workstation.init

index f0b258edd8b106577281ce8e156fd951c346b614..73122fdb3db206210342daa4176b2bd59f3edd64 100755 (executable)
@@ -257,7 +257,6 @@ vmware_start_hostonly() {
                        -s "$vmware_etc_dir"/"$vHostIf"/smb/smb.conf \
                        -f /var/run/"$smbd"-"$vHostIf".pid || exit 1
                fi
-               exit 0
 }
 
 # Stop the host-only network user service
@@ -277,7 +276,6 @@ vmware_stop_hostonly() {
                ifconfig "$vHostIf" down || exit 1
        fi
        vmware_stop_pidfile /var/run/"$netifup"-"$vHostIf".pid || exit 1
-       exit 0
 }
 
 # See how we were called.
This page took 0.089089 seconds and 4 git commands to generate.