aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2006-07-20 00:18:41 +0800
committerdougb <dougb@FreeBSD.org>2006-07-20 00:18:41 +0800
commitb76acf3e948b7a25705027e8c0ee236ab37fe677 (patch)
tree55f96da9e8c8fa38216999a2e4635e172abab629 /net-mgmt/net-snmp
parent0bc7a6d9fb3ca4f9bab85a80d1479b0ebe7f9e64 (diff)
downloadfreebsd-ports-gnome-b76acf3e948b7a25705027e8c0ee236ab37fe677.tar.gz
freebsd-ports-gnome-b76acf3e948b7a25705027e8c0ee236ab37fe677.tar.zst
freebsd-ports-gnome-b76acf3e948b7a25705027e8c0ee236ab37fe677.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"