VirtualBox

Ignore:
Timestamp:
Jan 4, 2009 8:02:22 PM (16 years ago)
Author:
vboxsync
Message:

Linux Gentoo scripts fix

File:
1 edited

Legend:

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

    r15585 r15784  
    5252        echo
    5353    }
    54 
    5554    succ_msg() {
    5655        echo_success
    5756        echo
    5857    }
    59 
    6058    begin() {
    6159        echo -n "$1"
     
    6967        rc_status -v
    7068    }
    71 
    7269    succ_msg() {
    7370        rc_reset
    7471        rc_status -v
    7572    }
    76 
    7773    begin() {
    7874        echo -n "$1"
     
    8177
    8278if [ "$system" = "gentoo" ]; then
    83     . /sbin/functions.sh
     79    if [ -f /sbin/functions.sh ]; then
     80        . /sbin/functions.sh
     81    elif [ -f /etc/init.d/functions.sh ]; then
     82        . /etc/init.d/functions.sh
     83    fi
    8484    fail_msg() {
    8585        eend 1
    8686    }
    87 
    8887    succ_msg() {
    8988        eend $?
    9089    }
    91 
    9290    begin() {
    9391        ebegin $1
    9492    }
    95 
    9693    if [ "`which $0`" = "/sbin/rc" ]; then
    9794        shift
     
    103100        echo " ...fail!"
    104101    }
    105 
    106102    succ_msg() {
    107103        echo " ...done."
    108104    }
    109 
    110105    begin() {
    111106        echo -n $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