VirtualBox

Changeset 44580 in vbox for trunk/src/VBox/Installer/solaris


Ignore:
Timestamp:
Feb 7, 2013 11:35:37 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83655
Message:

VBoxBFE: RIP.

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

Legend:

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

    r44528 r44580  
    215215        VBoxXPCOMIPCD \
    216216        $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,)
    217 ## Follow the Windows + Linux example of not shipping VBoxBFE.
    218 #SOLARIS_STRIP_EXES = \
    219 #       $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,)
    220217
    221218SOLARIS_DRIVER_BINS = \
     
    274271        $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \
    275272        $(if $(VBOX_WITH_QTGUI),VirtualBox.so,)
    276 ## Follow the Windows + Linux example of not shipping VBoxBFE.
    277 #SOLARIS_STRIP_BINS += \
    278 #       $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,)
    279273endif
    280274
  • trunk/src/VBox/Installer/solaris/VBox.sh

    r44528 r44580  
    4444        exec "$INSTALL_DIR/vboxwebsrv" "$@"
    4545        ;;
    46     VBoxBFE|vboxbfe)
    47         exec "$INSTALL_DIR/VBoxBFE" "$@"
    48         ;;
    4946    VBoxQtconfig)
    5047        exec "$INSTALL_DIR/VBoxQtconfig" "$@"
  • trunk/src/VBox/Installer/solaris/makepackage.sh

    r44217 r44580  
    126126    ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VirtualBox
    127127fi
    128 if test -f $VBOX_INSTALLED_DIR/amd64/VBoxBFE || test -f $VBOX_INSTALLED_DIR/i386/VBoxBFE; then
    129     ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxBFE
    130 fi
    131128if test -f $VBOX_INSTALLED_DIR/amd64/VBoxHeadless || test -f $VBOX_INSTALLED_DIR/i386/VBoxHeadless; then
    132129    ln -f ./VBoxISAExec $VBOX_INSTALLED_DIR/VBoxHeadless
     
    194191            ||  $3 == "opt/VirtualBox/amd64/VBoxHeadless" \
    195192            ||  $3 == "opt/VirtualBox/amd64/VBoxSDL" \
    196             ||  $3 == "opt/VirtualBox/amd64/VBoxBFE" \
    197193            ||  $3 == "opt/VirtualBox/i386/VirtualBox" \
    198194            ||  $3 == "opt/VirtualBox/i386/VirtualBox3" \
    199195            ||  $3 == "opt/VirtualBox/i386/VBoxHeadless" \
    200196            ||  $3 == "opt/VirtualBox/i386/VBoxSDL" \
    201             ||  $3 == "opt/VirtualBox/i386/VBoxBFE" \
    202197            ) \
    203198       { $4 = "4755" } { print }' prototype > prototype2
Note: See TracChangeset for help on using the changeset viewer.

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