Removed initlog line, to prevent warnings from being presented on the console
[codemux.git] / 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