Changeset 5452 for trunk/debian/VBox.sh
- Timestamp:
- 10/23/07 21:55:23 (1 year ago)
- Files:
-
- trunk/debian/VBox.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/debian/VBox.sh
r4071 r5452 34 34 WARNING: The character device /dev/vboxdrv does not exist. Try 35 35 36 sudo /etc/init.d/v irtualboxrestart36 sudo /etc/init.d/vboxdrv restart 37 37 38 38 and if that is not successful, try to re-install the package. … … 90 90 case "$APP" in 91 91 VirtualBox) 92 exec "/usr/lib/virtualbox /VirtualBox" "$@"92 exec "/usr/lib/virtualbox-ose/VirtualBox" "$@" 93 93 ;; 94 94 VBoxManage) 95 exec "/usr/lib/virtualbox /VBoxManage" "$@"95 exec "/usr/lib/virtualbox-ose/VBoxManage" "$@" 96 96 ;; 97 97 VBoxSDL) 98 exec "/usr/lib/virtualbox /VBoxSDL" "$@"98 exec "/usr/lib/virtualbox-ose/VBoxSDL" "$@" 99 99 ;; 100 100 VBoxVRDP) 101 exec "/usr/lib/virtualbox /VBoxVRDP" "$@"101 exec "/usr/lib/virtualbox-ose/VBoxVRDP" "$@" 102 102 ;; 103 103 *)

