VirtualBox

Changeset 47880 in vbox for trunk/src/VBox/Installer/darwin


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

Installer\darwin: added VBoxNetLwipNAT (not tested).

Location:
trunk/src/VBox/Installer/darwin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/darwin/DiskImage/VirtualBox_Uninstall.tool

    r46977 r47880  
    127127# Note! comm isn't supported on Tiger, so we make -c to do the stripping.
    128128#
    129 my_processes="`ps -axco 'pid uid command' | grep -wEe '(VirtualBox|VirtualBoxVM|VBoxManage|VBoxHeadless|vboxwebsrv|VBoxXPCOMIPCD|VBoxSVC|VBoxNetDHCP)' | grep -vw grep | grep -vw VirtualBox_Uninstall.tool | tr '\n' '\a'`";
     129my_processes="`ps -axco 'pid uid command' | grep -wEe '(VirtualBox|VirtualBoxVM|VBoxManage|VBoxHeadless|vboxwebsrv|VBoxXPCOMIPCD|VBoxSVC|VBoxNetDHCP|VBoxNetLwipNAT)' | grep -vw grep | grep -vw VirtualBox_Uninstall.tool | tr '\n' '\a'`";
    130130if test -n "$my_processes"; then
    131131    echo 'Warning! Found the following active VirtualBox processes:'
  • trunk/src/VBox/Installer/darwin/Makefile.kmk

    r47448 r47880  
    445445        MacOS/VirtualBox.dylib \
    446446        MacOS/VBoxNetDHCP.dylib \
     447        MacOS/VBoxNetLwipNAT.dylib \
    447448        MacOS/VBoxHeadless.dylib
    448449endif
     
    496497        MacOS/VBoxNetAdpCtl \
    497498        MacOS/VBoxNetDHCP \
     499        MacOS/VBoxNetLwipNAT \
    498500        MacOS/VBoxExtPackHelperApp \
    499501        MacOS/VBoxBalloonCtrl \
     
    827829 ifdef VBOX_WITH_COMBINED_PACKAGE
    828830        sudo chmod u+s \
    829                 $(foreach bin,VBoxHeadless VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP,\
     831                $(foreach bin,VBoxHeadless VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP VBoxNetLwipNAT,\
    830832                        $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/$(bin)-x86 \
    831833                        $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/$(bin)-amd64)
    832834 else
    833835        sudo chmod u+s \
    834                 $(foreach bin,VBoxHeadless VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP,\
     836                $(foreach bin,VBoxHeadless VirtualBox VirtualBoxVM VBoxNetAdpCtl VBoxNetDHCP VBoxNetLwipNAT,\
    835837                        $(VBOX_PATH_PACK_TMP)/VirtualBox.pkg.root/Applications/VirtualBox.app/Contents/MacOS/$(bin)-$(KBUILD_TARGET_ARCH))
    836838 endif
  • trunk/src/VBox/Installer/darwin/VirtualBox_mpkg/distribution.dist

    r43008 r47880  
    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" | /usr/bin/grep -qv grep');
     58           rcScript = system.run('/bin/sh', '-c', '/bin/ps -e | /usr/bin/grep -E "VirtualBoxVM.*startvm|VBoxNetDHCP|VBoxNetLwipNAT" | /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