pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/net-snmp/files Fix PR#33316



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d1756ba4cee
branches:  trunk
changeset: 512626:1d1756ba4cee
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 12 19:52:33 2006 +0000

description:
Fix PR#33316

diffstat:

 net/net-snmp/files/snmptrapd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r a9c0eae11fad -r 1d1756ba4cee net/net-snmp/files/snmptrapd.sh
--- a/net/net-snmp/files/snmptrapd.sh   Fri May 12 19:24:41 2006 +0000
+++ b/net/net-snmp/files/snmptrapd.sh   Fri May 12 19:52:33 2006 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: snmptrapd.sh,v 1.3 2004/05/31 11:47:29 tron Exp $
+# $NetBSD: snmptrapd.sh,v 1.4 2006/05/12 19:52:33 adam Exp $
 #
 # PROVIDE: snmptrapd
 # REQUIRE: DAEMON
@@ -14,7 +14,7 @@
 command="@PREFIX@/sbin/${name}"
 pidfile="/var/run/${name}.pid"
 snmptrapd_flags="-Ls 1"        # log using syslog w/ facility LOG_LOCAL1
-command_args="-u ${pidfile}"
+command_args="-p ${pidfile}"
 
 if [ -f @PKG_SYSCONFDIR@/snmptrapd.conf ]; then
        command_args="${command_args} -c @PKG_SYSCONFDIR@/snmptrapd.conf"



Home | Main Index | Thread Index | Old Index