Edit /etc/vmware-tools/scripts/vmware/network @@ -78,13 +78,13 @@ run_network_script() [ "$script" != "error" ] || Panic "Cannot find system networking script." # Using SysV "service" if it exists, otherwise fall back to run the script directly – service=`which service 2>/dev/null` – if [ $? = 0 -a…