diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-07-20 00:18:41 +0800 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-07-20 00:18:41 +0800 |
commit | 53c3693939c03628b9be75770443bc032ffb29f5 (patch) | |
tree | 46c7919b1aff1ffaa4d36489e280478ea8c37714 /net-mgmt/net-snmp | |
parent | 31b231c0d38439f81d8d85c798e8f15e0ed99f84 (diff) | |
download | freebsd-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.in | 2 |
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" |