Ticket #814: vboxdrv.init.tmpl.diff
| File vboxdrv.init.tmpl.diff, 675 bytes (added by , 17 years ago) |
|---|
-
vboxdrv.init.tmpl
old new 32 32 GROUPNAME=vboxusers 33 33 LOG="/var/log/vbox-install.log" 34 34 NOLSB=%NOLSB% 35 SRC_PATH=/usr/share/%PKGNAME%/src36 35 37 36 if [ -r /etc/default/virtualbox ]; then 38 37 . /etc/default/virtualbox … … 153 152 setup) 154 153 stop 155 154 log_daemon_msg "Recompiling VirtualBox kernel module" "$MODNAME" 156 if ! $SRC_PATH/build_in_tmp install > $LOG 2>&1; then155 if ! /usr/share/virtualbox/src/build_in_tmp install > $LOG 2>&1; then 157 156 failure "Look at $LOG to find out what went wrong" 158 157 fi 159 158 log_end_msg 0

