summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/net-snmp/files/snmpd.init.2')
-rw-r--r--net-analyzer/net-snmp/files/snmpd.init.26
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/net-snmp/files/snmpd.init.2 b/net-analyzer/net-snmp/files/snmpd.init.2
index 8a8a9312c3fb..d2244f47f47d 100644
--- a/net-analyzer/net-snmp/files/snmpd.init.2
+++ b/net-analyzer/net-snmp/files/snmpd.init.2
@@ -1,15 +1,15 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init.2,v 1.1 2012/08/19 02:23:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/net-snmp/files/snmpd.init.2,v 1.2 2012/08/21 15:45:47 flameeyes Exp $
SNMPD_PIDFILE="${SNMPD_PIDFILE:-/var/run/snmpd.pid}"
extra_started_commands="reload"
command="/usr/sbin/snmpd"
-command_args="-p ${SNMP_PIDFILE} $SNMPD_FLAGS}"
-pidfile="${SNMP_PIDFILE}"
+command_args="-p ${SNMPD_PIDFILE} ${SNMPD_FLAGS}"
+pidfile="${SNMPD_PIDFILE}"
depend() {
use logger