#!/bin/sh
#
# $FreeBSD: ports/sysutils/diskcheckd/files/diskcheckd.in,v 1.1 2006/05/19 23:38:08 leeym Exp $
#

# PROVIDE: diskcheckd
# REQUIRE: DAEMON
# KEYWORD: shutdown
#

# Define these diskcheckd_* variables in one of these files:
#	/etc/rc.conf
#	/etc/rc.conf.local
#	/etc/rc.conf.d/diskcheckd
#
# DO NOT CHANGE THE DEFAULT VALUES HERE

diskcheckd_enable=${diskcheckd_enable:-"no"}

. /etc/rc.subr

name="diskcheckd"
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/diskcheckd

load_rc_config $name
run_rc_command "$1"


syntax highlighted by Code2HTML, v. 0.9.1