#!/bin/sh
#
# $FreeBSD: ports/net/pen/files/pen.sh.in,v 1.1 2006/09/24 14:34:36 clement Exp $
#
# PROVIDE: pen
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable pen:
#
# pen_enable="YES"
#
. /etc/rc.subr
name=pen
rcvar=`set_rcvar`
command=/usr/local/bin/pen
pen_enable=${pen_enable:-"NO"}
pen_flags=${pen_flags:-""}
load_rc_config $name
run_rc_command "$1"