From 999b466f77389473f97fa138fecdace5a281e7ec Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 18 Feb 1999 18:59:13 +0000 Subject: fie, a missing fi. Also, source functions. --- rc.d/init.d/single | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rc.d') diff --git a/rc.d/init.d/single b/rc.d/init.d/single index a6376aae..6a0d2ca0 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -10,6 +10,8 @@ # Modified for RHS Linux by Damien Neil # +. /etc/rc.d/init.d/functions + # Set the path. PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -31,6 +33,7 @@ if [ -f /proc/sys/kernel/modprobe ]; then echo "/sbin/modprobe" > /proc/sys/kernel/modprobe else /etc/rc.d/init.d/kerneld start +fi # Now go to the single user level. echo "Telling INIT to go to single user mode." -- cgit v1.2.1