From 0b77be769f516c7652e17894e174a562f2ef202d Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Fri, 9 May 2008 17:50:34 +0000 Subject: [PATCH] Removed initlog line, to prevent warnings from being presented on the console visible to users. codemux sets it's own pid and log file so nothing else is needed. --- codemux.initscript | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codemux.initscript b/codemux.initscript index 2ab4841..c12b2e4 100644 --- a/codemux.initscript +++ b/codemux.initscript @@ -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 -- 2.43.0