VirtualBox

Changeset 41672 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jun 12, 2012 7:20:37 PM (12 years ago)
Author:
vboxsync
Message:

Installers/linux: Gentoo fix, missing parts of r41359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/installer/vboxadd-service.sh

    r38810 r41672  
    118118
    119119if [ "$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
    121125    daemon() {
    122126        start-stop-daemon --start --exec $1 -- $2
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