Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 538656
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +11 lines)
Line 18 Link Here
18
source /etc/init.d/functions.sh || exit 1
18
if [ -f /lib/gentoo/functions.sh ]
19
--
19
then
20
        source /lib/gentoo/functions.sh
21
elif [ -f /etc/init.d/functions.sh ]
22
then
23
        source /etc/init.d/functions.sh
24
else
25
        echo "Could not find /lib/gentoo/functions.sh or /etc/init.d/functions.sh"
26
        exit 1
27
fi
28

Return to bug 538656