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

(-)/etc/ctdb/functions.old (+2 lines)
Lines 24-29 Link Here
24
	. $CTDB_BASE/sysconfig/$1
24
	. $CTDB_BASE/sysconfig/$1
25
	elif [ -f /etc/config.d/$1 ]; then
25
	elif [ -f /etc/config.d/$1 ]; then
26
	. /etc/config.d/$name
26
	. /etc/config.d/$name
27
    elif [ -f /etc/conf.d/$1 ]; then
28
	. /etc/conf.d/$1
27
    fi
29
    fi
28
}
30
}

Return to bug 397355