]> git.pld-linux.org Git - packages/VMware-workstation.git/commitdiff
- fixed problem with vmware_start_hostonly (removed daemon)
authorkolodko <kolodko@pld-linux.org>
Thu, 30 Sep 2004 21:41:09 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VMware-workstation.init -> 1.17

VMware-workstation.init

index 93146bf102601d3812eeec140785740fb28e9995..7d2e7f1d33343f8ade9bd6729324be7cdb64b0e2 100755 (executable)
@@ -311,7 +311,7 @@ case "$1" in
                                eval 'samba="$VNET_'"$vHubNr"'_SAMBA"'
                                msg_starting 'Host-only networking on /dev/vmnet'"$vHubNr"
                                busy
-                               daemon vmware_start_hostonly "$vHubNr" 'vmnet'"$vHubNr" "$hostaddr" \
+                               vmware_start_hostonly "$vHubNr" 'vmnet'"$vHubNr" "$hostaddr" \
                                  "$netmask" 'yes' "$samba"
                                [ "$?" -eq 0 ] && ok || fail
                                eval 'nat="$VNET_'"$vHubNr"'_NAT"'
This page took 0.072514 seconds and 4 git commands to generate.