From 32124ac6847499d4fc2e34bc75a8bd43794fe1d4 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Sat, 5 Feb 2000 03:24:35 +0000 Subject: whoops, single should really check that it got start before it does anything --- rc.d/init.d/single | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rc.d/init.d/single') diff --git a/rc.d/init.d/single b/rc.d/init.d/single index 4bf94387..e3ae2f74 100755 --- a/rc.d/init.d/single +++ b/rc.d/init.d/single @@ -15,6 +15,10 @@ # Set the path. PATH=/sbin:/bin:/usr/sbin:/usr/bin +if [ "$1" != "start" ] ; then + exit 0 +fi + # Kill all processes. [ "${BASH+bash}" = bash ] && enable kill -- cgit v1.2.1