Update of /cvsroot/bobs/bobs/bash/init.d
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6842/bobs/bash/init.d
Modified Files:
cmdloopd.in
Log Message:
Fix bug: cmdloop would not start during system bootup.
Index: cmdloopd.in
===================================================================
RCS file: /cvsroot/bobs/bobs/bash/init.d/cmdloopd.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cmdloopd.in 28 Mar 2004 22:33:22 -0000 1.1
+++ cmdloopd.in 1 Apr 2004 03:28:23 -0000 1.2
@@ -2,7 +2,7 @@
#
# cmdloopd This script starts and stops the bobs cmdloop process
#
-# chkconfig: 2345 80 30
+# chkconfig: 2345 98 03
#
# description: cmdloop is the bobs background "daemon"
# processname: cmdloop
|