From 780f46cef42e3b5458e8f45d982c6394d9534e47 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 3 Nov 2012 15:12:31 +0000 Subject: [PATCH] scstadmin: Only enable /etc/init.d/scst in runlevels 3 and 5 since networking is not available in runlevels 2 or 4 (merge r4152 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.x@4597 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/init.d/scst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scstadmin/init.d/scst b/scstadmin/init.d/scst index ea4e0a0bd..fae10d869 100755 --- a/scstadmin/init.d/scst +++ b/scstadmin/init.d/scst @@ -31,8 +31,8 @@ cat <<"EOF" # Provides: scst # Required-Start: $syslog $local_fs $network # Required-Stop: $syslog $local_fs $network -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 +# Default-Start: 3 5 +# Default-Stop: 0 1 2 4 6 # Description: SCST - A Generic SCSI Target Subsystem ### END INIT INFO ### BEGIN CHKCONFIG INFO