#!/bin/sh
#
# $OpenBSD: snort2pf.rc,v 1.2 2015/07/15 20:59:43 ajacoutot Exp $

daemon="/usr/local/sbin/snort2pf"

. /etc/rc.d/rc.subr

pexp="perl: snort2pf .*"

rc_bg=YES
rc_reload=NO

rc_cmd $1
