VirtualBox

Changeset 9190 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 28, 2008 8:44:35 AM (17 years ago)
Author:
vboxsync
Message:

synced debian/, use vboxdrv and vboxnet from the Installer directory

Location:
trunk/src/VBox/Installer/linux
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.kmk

    r8761 r9190  
    207207
    208208$(PATH_TARGET)/vboxdrv.sh: vboxdrv.sh.in
    209         $(QUIET)$(SED_EXT) -e "s|%NOLSB%|yes|g" $< > $@
     209        $(QUIET)$(SED_EXT) -e "s|%NOLSB%|yes|g; s|%PACKAGE%|virtualbox|g" $< > $@
    210210
    211211$(PATH_TARGET)/vboxnet.sh: vboxnet.sh.in
  • trunk/src/VBox/Installer/linux/vboxdrv.sh.in

    r9108 r9190  
    4141    BUILDINTMP="$INSTALL_DIR/src/build_in_tmp"
    4242else
    43     VBOXMANAGE="/usr/lib/virtualbox/VBoxManage"
    44     BUILDINTMP="/usr/share/virtualbox/src/build_in_tmp"
     43    VBOXMANAGE="/usr/lib/%PACKAGE%/VBoxManage"
     44    BUILDINTMP="/usr/share/%PACKAGE%/src/build_in_tmp"
    4545fi
    4646
     
    5555fi
    5656
    57 [ -r /etc/default/virtualbox ] && . /etc/default/virtualbox
     57[ -r /etc/default/%PACKAGE% ] && . /etc/default/%PACKAGE%
    5858
    5959if [ -z "$NOLSB" ]; then
     
    197197}
    198198
    199 # enter the following variables in /etc/default/virtualbox:
     199# enter the following variables in /etc/default/%PACKAGE%:
    200200#   SHUTDOWN_USERS="foo bar" 
    201201#     check for running VMs of user foo and user bar
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