Changeset 15784 in vbox for trunk/src/VBox/Installer/linux/vboxdrv.sh.in
- Timestamp:
- Jan 4, 2009 8:02:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh.in
r14436 r15784 96 96 } 97 97 elif [ "$system" = "gentoo" ]; then 98 . /sbin/functions.sh 98 if [ -f /sbin/functions.sh ]; then 99 . /sbin/functions.sh 100 elif [ -f /etc/init.d/functions.sh ]; then 101 . /etc/init.d/functions.sh 102 fi 99 103 fail_msg() { 100 104 eerror "$1"
Note:
See TracChangeset
for help on using the changeset viewer.