Initial version of snmp module.
This commit is contained in:
parent
7bd26f33d3
commit
4ee0691e63
3 changed files with 88 additions and 0 deletions
8
snmp/files/snmptrapd.rc
Normal file
8
snmp/files/snmptrapd.rc
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
daemon="/usr/local/sbin/snmptrapd"
|
||||
daemon_flags="-n -u snmptrapd -g snmptrapd -c /etc/snmptrapd.conf"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue