#!/bin/ksh

daemon="/usr/local/sbin/snmptrapd"
daemon_flags="-u _netsnmp"

. /etc/rc.d/rc.subr

pexp="${daemon}.*"

rc_cmd $1
