Changeset 17840 in vbox
- Timestamp:
- Mar 13, 2009 3:33:56 PM (16 years ago)
- Location:
- trunk/src/VBox/Installer/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r17642 r17840 134 134 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL,) \ 135 135 $(if $(VBOX_WITH_USB),VBoxUSBHelper,) \ 136 VBoxNetDHCP \ 136 137 VBoxSVC \ 137 138 VBoxXPCOMIPCD \ … … 172 173 ifdef VBOX_WITH_HARDENING 173 174 SOLARIS_STRIP_BINS += \ 175 VBoxNetDHCP.so \ 174 176 $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,) \ 175 177 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \ -
trunk/src/VBox/Installer/solaris/makepackage.sh
r17638 r17840 30 30 while test $# -ge 1; 31 31 do 32 case "$1" in 32 case "$1" in 33 33 --hardened) 34 34 HARDENED=1 … … 155 155 || $3 == "opt/VirtualBox/amd64/VBoxSDL=amd64/VBoxSDL" \ 156 156 || $3 == "opt/VirtualBox/amd64/VBoxBFE=amd64/VBoxBFE" \ 157 || $3 == "opt/VirtualBox/amd64/VBoxNetDHCP=amd64/VBoxNetDHCP" \ 157 158 || $3 == "opt/VirtualBox/i386/VirtualBox=i386/VirtualBox" \ 158 159 || $3 == "opt/VirtualBox/i386/VirtualBox3=i386/VirtualBox3" \ … … 160 161 || $3 == "opt/VirtualBox/i386/VBoxSDL=i386/VBoxSDL" \ 161 162 || $3 == "opt/VirtualBox/i386/VBoxBFE=i386/VBoxBFE" \ 163 || $3 == "opt/VirtualBox/i386/VBoxNetDHCP=i386/VBoxNetDHCP" \ 162 164 ) \ 163 165 { $4 = "4755" } { print }' prototype > prototype2 164 mv -f prototype2 prototype 166 mv -f prototype2 prototype 165 167 fi 166 168 … … 172 174 ) \ 173 175 { $4 = "4755" } { print }' prototype > prototype2 174 mv -f prototype2 prototype 176 mv -f prototype2 prototype 175 177 fi 176 178 … … 188 190 filelist_fixup prototype '$3 == "opt/VirtualBox/smf-vboxwebsrv.sh=smf-vboxwebsrv.sh"' '$3 = "opt/VirtualBox/smf-vboxwebsrv=smf-vboxwebsrv.sh"' 189 191 190 echo " --- start of prototype ---" 192 echo " --- start of prototype ---" 191 193 cat prototype 192 194 echo " --- end of prototype --- "
Note:
See TracChangeset
for help on using the changeset viewer.