VirtualBox

Changeset 6512 in vbox


Ignore:
Timestamp:
Jan 25, 2008 11:34:26 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27522
Message:

added vboxwebsrv to all Linux packages

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

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

    r6343 r6512  
    149149 LINUXSTRIPBIN += \
    150150        VBoxHeadless
     151endif
     152ifdef VBOX_WITH_WEBSERVICES
     153 LINUXSTRIPBIN += \
     154        vboxwebsrv \
     155        webtest
    151156endif
    152157
  • trunk/src/VBox/Installer/linux/VBox.sh

    r6283 r6512  
    102102  VirtualBox)
    103103    exec "$INSTALL_DIR/VirtualBox" "$@"
    104   ;;
     104    ;;
    105105  VBoxManage)
    106106    exec "$INSTALL_DIR/VBoxManage" "$@"
    107   ;;
     107    ;;
    108108  VBoxSDL)
    109109    exec "$INSTALL_DIR/VBoxSDL" "$@"
    110   ;;
     110    ;;
    111111  VBoxVRDP)
    112112    exec "$INSTALL_DIR/VBoxVRDP" "$@"
    113   ;;
     113    ;;
    114114  VBoxHeadless)
    115115    exec "$INSTALL_DIR/VBoxHeadless" "$@"
    116   ;;
     116    ;;
     117  vboxwebsrv)
     118    exec "$INSTALL_DIR/vboxwebsrv" "$@"
     119    ;;
    117120  *)
    118121    echo "Unknown application - $APP"
    119   ;;
     122    ;;
    120123esac
Note: See TracChangeset for help on using the changeset viewer.

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