aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d/single
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d/single')
-rwxr-xr-xrc.d/init.d/single3
1 files changed, 3 insertions, 0 deletions
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."