summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp53
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-07-19 16:18:41 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-07-19 16:18:41 +0000
commit53c3693939c03628b9be75770443bc032ffb29f5 (patch)
tree46c7919b1aff1ffaa4d36489e280478ea8c37714 /net-mgmt/net-snmp53
parentTune up the rc.d script generally, including fixing the sig_stop value (diff)
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.
Notes
Notes: svn path=/head/; revision=168253
Diffstat (limited to 'net-mgmt/net-snmp53')
-rw-r--r--net-mgmt/net-snmp53/files/snmpd.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp53/files/snmpd.sh.in b/net-mgmt/net-snmp53/files/snmpd.sh.in
index c131968c2117..39eedb8fa161 100644
--- a/net-mgmt/net-snmp53/files/snmpd.sh.in
+++ b/net-mgmt/net-snmp53/files/snmpd.sh.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $FreeBSD: /tmp/pcvs/ports/net-mgmt/net-snmp53/files/Attic/snmpd.sh.in,v 1.1 2006-05-08 05:00:27 clsung Exp $
+# $FreeBSD: /tmp/pcvs/ports/net-mgmt/net-snmp53/files/Attic/snmpd.sh.in,v 1.2 2006-07-19 16:18:40 dougb Exp $
#
# PROVIDE: snmpd
# REQUIRE: DAEMON
@@ -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"