File iscsi-scst-1.99.dif of Package scst
--- iscsi-scst/etc/initd/initd 2010/06/08 13:16:13 1.1
+++ iscsi-scst/etc/initd/initd 2010/06/08 13:18:00
@@ -2,6 +2,18 @@
#
# Start the iSCSI-SCST Target.
#
+### BEGIN INIT INFO
+# Provides: iscsi-scst
+# Required-Start: $remote_fs $network
+# Should-Start:
+# Required-Stop: $remote_fs $network
+# Should-Stop:
+# Default-Start: 3 5
+# Default-Stop:
+# Short-Description: iSCSI scst target daemon
+# Description:
+# Script to start and stop the iSCSI scst target daemon
+### END INIT INFO
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin
MEM_SIZE=1048576
@@ -53,7 +65,7 @@
$SCST_CMD -config $SCST_CFG || { exit $? ; }
- /usr/local/sbin/iscsi-scstd
+ /usr/sbin/iscsi-scstd
}
stop_server()