Changeset 41672 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jun 12, 2012 7:20:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh
r38810 r41672 118 118 119 119 if [ "$system" = "gentoo" ]; then 120 . /sbin/functions.sh 120 if [ -f /sbin/functions.sh ]; then 121 . /sbin/functions.sh 122 elif [ -f /etc/init.d/functions.sh ]; then 123 . /etc/init.d/functions.sh 124 fi 121 125 daemon() { 122 126 start-stop-daemon --start --exec $1 -- $2
Note:
See TracChangeset
for help on using the changeset viewer.