mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-20 04:01:26 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user