41728dbfa1
- rc scripts added (names suggested by Nigel Taylor, I was having a hard time coming up with something nice that avoid a conflict with base snmpd now the rc.d namespace is shared).
10 lines
141 B
Bash
10 lines
141 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: netsnmpd.rc,v 1.1 2011/07/07 20:02:02 sthen Exp $
|
|
|
|
daemon="${TRUEPREFIX}/sbin/snmpd"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_cmd $1
|