VirtualBox

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


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
Files:
8 edited

Legend:

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

    r44528 r44580  
    203203endif
    204204
    205 ## VBoxBFE - Follow the example set by Windows and Linux.
    206 #ifdef VBOX_WITH_VBOXBFE
    207 # VBOX_FBSD_STRIP_BIN += \
    208 #       VBoxBFE \
    209 #       $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)
    210 # VBOX_FBSD_SYMLINKS += \
    211 #       VBoxBFE
    212 #endif
    213 
    214205# Webservices
    215206ifdef VBOX_WITH_WEBSERVICES
     
    323314                -e "s;_VBOX_REM_32BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM32.so,);g" \
    324315                -e "s;_VBOX_REM_64BIT_MODULE_;$(if $(eq $(KBUILD_TARGET_ARCH),x86),VBoxREM64.so,);g" \
    325                 -e "/VBoxBFE/d" \
    326316                --output $@ \
    327317                $<
  • trunk/src/VBox/Installer/freebsd/pkg_plist

    r43429 r44580  
    22@group wheel
    33@mode 755
    4 lib/virtualbox/VBoxBFE
    5 lib/virtualbox/VBoxBFE.so
    64lib/virtualbox/VBoxDbg.so
    75lib/virtualbox/VBoxDD.so
     
    5149@mode 755
    5250bin/VirtualBox
    53 bin/VBoxBFE
    5451bin/VBoxManage
    5552bin/VBoxSVC
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r44528 r44580  
    297297endif
    298298
    299 ## VBoxBFE - Not shipped on linux due to a typo (VBOX_WITH_BFE), let's keep it that way as it doesn't get enough testing.
    300 #ifdef VBOX_WITH_VBOXBFE
    301 # VBOX_LNX_STRIP_BIN += \
    302 #       VBoxBFE \
    303 #       $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)
    304 #endif
    305 
    306299# Webservices
    307300ifdef VBOX_WITH_WEBSERVICES
  • trunk/src/VBox/Installer/linux/VBox.sh

    r44528 r44580  
    113113        run_in_group "$INSTALL_DIR/vboxwebsrv" "$@"
    114114        ;;
    115     VBoxBFE|vboxbfe)
    116         run_in_group "$INSTALL_DIR/VBoxBFE" "$@"
    117         ;;
    118115    *)
    119116        echo "Unknown application - $APP"
  • trunk/src/VBox/Installer/linux/debian/VBox.sh

    r37255 r44580  
    9292        exec "$INSTALL_DIR/vboxwebsrv" "$@"
    9393        ;;
    94     VBoxBFE|vboxbfe)
    95         exec "$INSTALL_DIR/VBoxBFE" "$@"
    96         ;;
    9794    *)
    9895        echo "Unknown application - $APP"
  • 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