From b8e558d5784c8054a91dcefd8495b739a664dbae Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 28 Nov 2007 14:47:09 -0600 Subject: Source /etc/rc.d/functions.d/ for additional initscript functions Signed-off-by: Aaron Griffin --- rc.single | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rc.single') diff --git a/rc.single b/rc.single index 0d3581b..5f55eeb 100755 --- a/rc.single +++ b/rc.single @@ -6,6 +6,8 @@ . /etc/rc.conf . /etc/rc.d/functions +source_functions + if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then # Shutdown daemons let i=${#DAEMONS[@]} -- cgit v1.2.3