Changeset 3862 in vbox for trunk/debian/vboxdrv.init.tmpl
- Timestamp:
- Jul 26, 2007 9:23:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/vboxdrv.init.tmpl
r3848 r3862 28 28 # Default-Start: 3 5 29 29 # Default-Stop: 30 # Description:VirtualBox Linux kernel module30 # Short-Description: VirtualBox Linux kernel module 31 31 ### END INIT INFO 32 32 … … 35 35 MODNAME=vboxdrv 36 36 GROUPNAME=vboxusers 37 CONFIG="/etc/vbox/vbox.cfg"38 37 LOG="/var/log/vbox-install.log" 39 38 NOLSB=%NOLSB% … … 156 155 ;; 157 156 setup) 158 . "$CONFIG"159 157 stop 160 158 log_daemon_msg "Recompiling VirtualBox kernel module" "$MODNAME" 161 if ! $INSTALL_DIR/src/build_in_tmp install > $LOG 2>&1; then159 if ! /usr/share/virtualbox/src/build_in_tmp install > $LOG 2>&1; then 162 160 failure "Look at $LOG to find out what went wrong" 163 161 fi
Note:
See TracChangeset
for help on using the changeset viewer.