diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/snmpd.sh.in')
-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" |