aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-07-20 00:18:41 +0800
committerDoug Barton <dougb@FreeBSD.org>2006-07-20 00:18:41 +0800
commit53c3693939c03628b9be75770443bc032ffb29f5 (patch)
tree46c7919b1aff1ffaa4d36489e280478ea8c37714 /net-mgmt/net-snmp
parent31b231c0d38439f81d8d85c798e8f15e0ed99f84 (diff)
downloadfreebsd-ports-gnome-53c3693939c03628b9be75770443bc032ffb29f5.tar.gz
freebsd-ports-gnome-53c3693939c03628b9be75770443bc032ffb29f5.tar.zst
freebsd-ports-gnome-53c3693939c03628b9be75770443bc032ffb29f5.zip
Clean up sig_stop values. In most cases this means removing a leading -,
since rc.subr adds that already. In 3 cases it meant removing a wrongly specified TERM, since that is the default.
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r--net-mgmt/net-snmp/files/snmpd.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/net-snmp/files/snmpd.sh.in b/net-mgmt/net-snmp/files/snmpd.sh.in
index 062017469936..75a7e4e9a21b 100644
--- a/net-mgmt/net-snmp/files/snmpd.sh.in
+++ b/net-mgmt/net-snmp/files/snmpd.sh.in
@@ -29,7 +29,7 @@ rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/${name}
pidfile=/var/run/${name}.pid
-sig_stop=-KILL
+sig_stop=KILL
load_rc_config ${name}
run_rc_command "$1"