#!/bin/ksh
#
# ogmaprotect-netd — interface configuration daemon

daemon="/usr/local/sbin/ogmaprotect-netd"
# Daemons run in foreground; rc.subr must background them for rcctl.
rc_bg=YES

. /etc/rc.d/rc.subr

rc_cmd $1
