VirtualBox

Changeset 34687 in vbox for trunk/src


Ignore:
Timestamp:
Dec 3, 2010 11:09:36 AM (14 years ago)
Author:
vboxsync
Message:

deb: fixed VBox.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/debian/VBox.sh

    r32008 r34687  
    3939         and if that is not successful, try to re-install the package.
    4040
    41         You will not be able to start VMs until this problem is fixed.
     41        You will not be able to start VMs until this problem is fixed.
    4242EOF
    4343fi
     
    7474APP=${APP##/*/}
    7575case "$APP" in
    76   VirtualBox)
     76  VirtualBox|virtualbox)
    7777    exec "/usr/lib/virtualbox/VirtualBox" "$@"
    7878    ;;
    79   VBoxManage)
     79  VBoxManage|vboxmanage)
    8080    exec "/usr/lib/virtualbox/VBoxManage" "$@"
    8181    ;;
    82   VBoxSDL)
     82  VBoxSDL|vboxsdl)
    8383    exec "/usr/lib/virtualbox/VBoxSDL" "$@"
    8484    ;;
    85   VBoxVRDP)
    86     exec "/usr/lib/virtualbox/VBoxHeadless" "$@"
    87     ;;
    88   VBoxHeadless)
     85  VBoxVRDP|VBoxHeadless|vboxheadless)
    8986    exec "/usr/lib/virtualbox/VBoxHeadless" "$@"
    9087    ;;
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