From: Stephen Soltesz Date: Fri, 9 May 2008 17:50:34 +0000 (+0000) Subject: Removed initlog line, to prevent warnings from being presented on the console X-Git-Tag: CoDemux-0.1-11~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0b77be769f516c7652e17894e174a562f2ef202d;hp=f096d803b71a9e2a6d0c46b5a7e94c64cebc75e7;p=codemux.git 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. --- 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