[Lunar-commits] CVS: moonbase/net/net-snmp/init.d snmpd,1.3,1.4

Jerry Lundström prox at lunar-linux.org
Mon Jan 24 11:51:37 UTC 2005


Update of /var/cvs/lunar/moonbase/net/net-snmp/init.d
In directory espresso.foo-projects.org:/tmp/cvs-serv7769/init.d

Modified Files:
	snmpd 
Log Message:
changed options (they where deprecated)

Index: snmpd
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/net-snmp/init.d/snmpd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- snmpd	5 Jan 2003 10:06:32 -0000	1.3
+++ snmpd	24 Jan 2005 11:51:34 -0000	1.4
@@ -7,7 +7,7 @@
 # processname: snmpd
 # pidfile: /var/run/snmpd.pid
 
-ARGS="-P /var/run/snmpd.pid"
+ARGS="-p /var/run/snmpd.pid"
 
 if [ -e /etc/config.d/snmpd ]; then
     . /etc/config.d/snmpd
@@ -18,9 +18,9 @@
         ARGS="$ARGS -g $GROUP"
     fi;
     if [ ! -z $LOGFILE ]; then
-        ARGS="$ARGS -l $LOGFILE"
+        ARGS="$ARGS -Lf $LOGFILE"
     else
-        ARGS="$ARGS -s"
+        ARGS="$ARGS -Lsd"
     fi
 fi;
 



More information about the Lunar-commits mailing list