SOURCES: protolog.init - -q is default
glen
glen at pld-linux.org
Sun Mar 12 23:25:26 CET 2006
Author: glen Date: Sun Mar 12 22:25:26 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- -q is default
---- Files affected:
SOURCES:
protolog.init (1.9 -> 1.10)
---- Diffs:
================================================================
Index: SOURCES/protolog.init
diff -u SOURCES/protolog.init:1.9 SOURCES/protolog.init:1.10
--- SOURCES/protolog.init:1.9 Sun Mar 12 23:14:23 2006
+++ SOURCES/protolog.init Sun Mar 12 23:25:21 2006
@@ -9,9 +9,9 @@
# Source networking configuration.
. /etc/sysconfig/network
-PLOGTCP="-q"
-PLOGUDP="-q"
-PLOGICMP="-q"
+PLOGTCP=""
+PLOGUDP=""
+PLOGICMP=""
if [ -f /etc/sysconfig/protolog ]; then
. /etc/sysconfig/protolog
@@ -33,16 +33,16 @@
# Check if the service is already running?
if [ ! -f /var/lock/subsys/protolog ]; then
msg_starting "protolog TCP daemon"
- daemon plogtcp $PLOGTCP
+ daemon plogtcp -q $PLOGTCP
RETVAL=$?
msg_starting "protolog UDP daemon"
- daemon plogudp $PLOGUDP
+ daemon plogudp -q $PLOGUDP
RET=$?
[ $RET -ge 0 ] && RETVAL=$RET
msg_starting "protolog ICMP daemon"
- daemon plogicmp $PLOGICMP
+ daemon plogicmp -q $PLOGICMP
RET=$?
[ $RET -ge 0 ] && RETVAL=$RET
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/protolog.init?r1=1.9&r2=1.10&f=u
More information about the pld-cvs-commit
mailing list