From 3da8048c7184fd70b217636f93c1ac6e04019f1e Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 4 Mar 2012 14:16:51 +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 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4152 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 6dfd061a6..ac8d17d7e 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