Update of /cvsroot/devil-linux/build/config/etc/init.d
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23136/config/etc/init.d
Modified Files:
boot
Log Message:
some changes to easy upgrades
Index: boot
===================================================================
RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- boot 13 Mar 2004 00:18:35 -0000 1.19
+++ boot 20 Mar 2004 01:16:55 -0000 1.20
@@ -10,6 +10,16 @@
# Initial Startup Script for Devil-Linux
#
+
+### BEGIN INIT INFO
+# Provides: boot
+# Required-Start:
+# Required-Stop:
+# Default-Start:
+# Default-Stop:
+# Description: initializes the base system
+### END INIT INFO
+
#
# Ignore CTRL-C only in this shell, so we can interrupt subprocesses.
#
|