#!/bin/ksh

daemon="/usr/local/sbin/snmpd"

daemon_flags="-u _netsnmp -r"

. /etc/rc.d/rc.subr

pexp="${daemon}.*"

rc_cmd $1
