SOURCES: net-snmpd.init - don't pollute logs with debug crap (correct fix t...
baggins
baggins at pld-linux.org
Mon Apr 20 01:20:49 CEST 2009
Author: baggins Date: Sun Apr 19 23:20:49 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't pollute logs with debug crap (correct fix this time ;)
---- Files affected:
SOURCES:
net-snmpd.init (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SOURCES/net-snmpd.init
diff -u SOURCES/net-snmpd.init:1.19 SOURCES/net-snmpd.init:1.20
--- SOURCES/net-snmpd.init:1.19 Mon Apr 20 01:17:52 2009
+++ SOURCES/net-snmpd.init Mon Apr 20 01:20:43 2009
@@ -44,7 +44,7 @@
msg_starting "snmpd"
daemon /usr/bin/setsid /usr/sbin/snmpd \
$([ -n "$CONF_FILE" ] && echo "-C -c $CONF_FILE") \
- $(is_yes "$LOG_WARNINGS_MESSAGES_TO_SYSLOG" && echo "-Lsd" ) \
+ $(is_yes "$LOG_WARNINGS_MESSAGES_TO_SYSLOG" && echo "-LSid" ) \
-p /var/run/snmpd.pid $SNMPD_LISTEN_ADDRS </dev/null
RETVAL=$?
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/snmpd
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/net-snmpd.init?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list