#!/bin/sh
#
# $FreeBSD: ports/sysutils/usermin/files/usermin.sh.in,v 1.6 2006/02/20 20:47:45 dougb Exp $
#
# PROVIDE: usermin
# REQUIRE: LOGIN
#
# Add the following line to /etc/rc.conf to enable usermin:
#
# usermin_enable="YES"
#

usermin_enable=${usermin_enable:-"NO"}

. /etc/rc.subr

name=usermin
rcvar=`set_rcvar`

prefix=/usr/local
procname=/usr/local/bin/perl
pidfile=/var/log/usermin/miniserv.pid
required_dirs=${prefix}/etc/usermin
command=${prefix}/etc/usermin/start

load_rc_config ${name}
run_rc_command "$1"


syntax highlighted by Code2HTML, v. 0.9.1