VirtualBox

Ignore:
Timestamp:
Aug 20, 2013 11:37:09 AM (11 years ago)
Author:
vboxsync
Message:

VBoxNetLwipNAT => VBoxNetNAT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist

    r47880 r47894  
    5656           /* Embedded scripts are not available here. So, just do a command
    5757              line checking for running VMs instead. */
    58            rcScript = system.run('/bin/sh', '-c', '/bin/ps -e | /usr/bin/grep -E "VirtualBoxVM.*startvm|VBoxNetDHCP|VBoxNetLwipNAT" | /usr/bin/grep -qv grep');
     58           rcScript = system.run('/bin/sh', '-c', '/bin/ps -e | /usr/bin/grep -E "VirtualBoxVM.*startvm|VBoxNetDHCP|VBoxNetNAT" | /usr/bin/grep -qv grep');
    5959           result = (rcScript != 0);
    6060           system.log("system.run /bin/sh .. returned: " + rcScript + " result=" + result);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette