Removed initlog line, to prevent warnings from being presented on the console
authorStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 9 May 2008 17:50:34 +0000 (17:50 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Fri, 9 May 2008 17:50:34 +0000 (17:50 +0000)
visible to users.  codemux sets it's own pid and log file so nothing else is
needed.

codemux.initscript

index 2ab4841..c12b2e4 100644 (file)
@@ -34,7 +34,8 @@ case "$1" in
             rm -f $pidfile
         fi
 
-        initlog -c /usr/sbin/codemux
+        #initlog -c /usr/sbin/codemux # Depricated
+               /usr/sbin/codemux
 
         cmd=success
         check_status && touch /var/lock/subsys/$PROC || cmd=failure