#!/bin/sh # # $FreeBSD: ports/www/webfs/files/webfsd.in,v 1.1 2007/06/18 18:17:55 miwi Exp $ # # PROVIDE: webfsd # REQUIRE: DAEMON # KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable webfsd: # # webfsd_enable=(bool): Set it to "YES" to enable webfsd # # and add appropriate webfsd_flags. # . /etc/rc.subr name="webfsd" rcvar=`set_rcvar` load_rc_config $name : ${webfsd_enable="NO"} command=/usr/local/sbin/${name} run_rc_command "$1"