VirtualBox

Changeset 41672 in vbox


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

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

Location:
trunk/src/VBox
Files:
3 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
  • trunk/src/VBox/Installer/linux/vboxballoonctrl-service.sh.in

    r36688 r41672  
    157157
    158158if [ "$system" = "gentoo" ]; then
    159     . /sbin/functions.sh
     159    if [ -f /sbin/functions.sh ]; then
     160        . /sbin/functions.sh
     161    elif [ -f /etc/init.d/functions.sh ]; then
     162        . /etc/init.d/functions.sh
     163    fi
    160164    start_daemon() {
    161165        usr="$1"
  • trunk/src/VBox/Installer/linux/vboxweb-service.sh.in

    r41369 r41672  
    159159
    160160if [ "$system" = "gentoo" ]; then
    161     . /sbin/functions.sh
     161    if [ -f /sbin/functions.sh ]; then
     162        . /sbin/functions.sh
     163    elif [ -f /etc/init.d/functions.sh ]; then
     164        . /etc/init.d/functions.sh
     165    fi
    162166    start_daemon() {
    163167        usr="$1"
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