VirtualBox

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


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/linux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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"
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