VirtualBox

Changeset 17840 in vbox


Ignore:
Timestamp:
Mar 13, 2009 3:33:56 PM (16 years ago)
Author:
vboxsync
Message:

solaris/installer: VBoxNetDHCP.

Location:
trunk/src/VBox/Installer/solaris
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/solaris/Makefile.kmk

    r17642 r17840  
    134134        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL,) \
    135135        $(if $(VBOX_WITH_USB),VBoxUSBHelper,) \
     136        VBoxNetDHCP \
    136137        VBoxSVC \
    137138        VBoxXPCOMIPCD \
     
    172173ifdef VBOX_WITH_HARDENING
    173174SOLARIS_STRIP_BINS += \
     175        VBoxNetDHCP.so \
    174176        $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,) \
    175177        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r17638 r17840  
    3030while test $# -ge 1;
    3131do
    32     case "$1" in 
     32    case "$1" in
    3333        --hardened)
    3434            HARDENED=1
     
    155155            ||  $3 == "opt/VirtualBox/amd64/VBoxSDL=amd64/VBoxSDL" \
    156156            ||  $3 == "opt/VirtualBox/amd64/VBoxBFE=amd64/VBoxBFE" \
     157            ||  $3 == "opt/VirtualBox/amd64/VBoxNetDHCP=amd64/VBoxNetDHCP" \
    157158            ||  $3 == "opt/VirtualBox/i386/VirtualBox=i386/VirtualBox" \
    158159            ||  $3 == "opt/VirtualBox/i386/VirtualBox3=i386/VirtualBox3" \
     
    160161            ||  $3 == "opt/VirtualBox/i386/VBoxSDL=i386/VBoxSDL" \
    161162            ||  $3 == "opt/VirtualBox/i386/VBoxBFE=i386/VBoxBFE" \
     163            ||  $3 == "opt/VirtualBox/i386/VBoxNetDHCP=i386/VBoxNetDHCP" \
    162164            ) \
    163165       { $4 = "4755" } { print }' prototype > prototype2
    164     mv -f prototype2 prototype   
     166    mv -f prototype2 prototype
    165167fi
    166168
     
    172174            ) \
    173175       { $4 = "4755" } { print }' prototype > prototype2
    174     mv -f prototype2 prototype       
     176    mv -f prototype2 prototype
    175177fi
    176178
     
    188190filelist_fixup prototype '$3 == "opt/VirtualBox/smf-vboxwebsrv.sh=smf-vboxwebsrv.sh"'                   '$3 = "opt/VirtualBox/smf-vboxwebsrv=smf-vboxwebsrv.sh"'
    189191
    190 echo " --- start of prototype  ---" 
     192echo " --- start of prototype  ---"
    191193cat prototype
    192194echo " --- end of prototype --- "
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