#!/bin/sh
# $FreeBSD: ports/net/dictd/files/dictd.sh,v 1.6 2006/02/20 20:47:22 dougb Exp $
#
# PROVIDE: dictd
# REQUIRE: DAEMON
#
# Add the following line to /etc/rc.conf to enable dictd:
#
# dictd_enable="YES"
#

. %%RC_SUBR%%

name=dictd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/dictd

load_rc_config $name
run_rc_command "$1"


syntax highlighted by Code2HTML, v. 0.9.1