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/Installer/linux/vboxdrv.sh.in

    r14436 r15784  
    9696        }
    9797    elif [ "$system" = "gentoo" ]; then
    98         . /sbin/functions.sh
     98        if [ -f /sbin/functions.sh ]; then
     99            . /sbin/functions.sh
     100        elif [ -f /etc/init.d/functions.sh ]; then
     101            . /etc/init.d/functions.sh
     102        fi
    99103        fail_msg() {
    100104            eerror "$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