VirtualBox

Changeset 3862 in vbox for trunk/debian/vboxdrv.init.tmpl


Ignore:
Timestamp:
Jul 26, 2007 9:23:14 AM (17 years ago)
Author:
vboxsync
Message:

fixed a bunch of lintian warnings/errors, mostly by moving files to the right place

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/debian/vboxdrv.init.tmpl

    r3848 r3862  
    2828# Default-Start:  3 5
    2929# Default-Stop:
    30 # Description:    VirtualBox Linux kernel module
     30# Short-Description: VirtualBox Linux kernel module
    3131### END INIT INFO
    3232
     
    3535MODNAME=vboxdrv
    3636GROUPNAME=vboxusers
    37 CONFIG="/etc/vbox/vbox.cfg"
    3837LOG="/var/log/vbox-install.log"
    3938NOLSB=%NOLSB%
     
    156155    ;;
    157156  setup)
    158     . "$CONFIG"
    159157    stop
    160158    log_daemon_msg "Recompiling VirtualBox kernel module" "$MODNAME"
    161     if ! $INSTALL_DIR/src/build_in_tmp install > $LOG 2>&1; then
     159    if ! /usr/share/virtualbox/src/build_in_tmp install > $LOG 2>&1; then
    162160      failure "Look at $LOG to find out what went wrong"
    163161    fi
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette