Changeset 44580 in vbox for trunk/src/VBox/Installer/linux
- Timestamp:
- Feb 7, 2013 11:35:37 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83655
- Location:
- trunk/src/VBox/Installer/linux
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.kmk
r44528 r44580 297 297 endif 298 298 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_VBOXBFE301 # VBOX_LNX_STRIP_BIN += \302 # VBoxBFE \303 # $(if $(VBOX_WITH_HARDENING),VBoxBFE.so)304 #endif305 306 299 # Webservices 307 300 ifdef VBOX_WITH_WEBSERVICES -
trunk/src/VBox/Installer/linux/VBox.sh
r44528 r44580 113 113 run_in_group "$INSTALL_DIR/vboxwebsrv" "$@" 114 114 ;; 115 VBoxBFE|vboxbfe)116 run_in_group "$INSTALL_DIR/VBoxBFE" "$@"117 ;;118 115 *) 119 116 echo "Unknown application - $APP" -
trunk/src/VBox/Installer/linux/debian/VBox.sh
r37255 r44580 92 92 exec "$INSTALL_DIR/vboxwebsrv" "$@" 93 93 ;; 94 VBoxBFE|vboxbfe)95 exec "$INSTALL_DIR/VBoxBFE" "$@"96 ;;97 94 *) 98 95 echo "Unknown application - $APP"
Note:
See TracChangeset
for help on using the changeset viewer.