freebsd-ports/net/dictd/files/dictd.sh

20 lines
261 B
Bash
Raw Normal View History

#!/bin/sh
# $FreeBSD$
#
# PROVIDE: dictd
# REQUIRE: DAEMON
#
# Add the following line to /etc/rc.conf to enable dictd:
#
# dictd_enable="YES"
#
2004-09-02 08:37:52 +02:00
. %%RC_SUBR%%
name=dictd
rcvar=`set_rcvar`
command=%%PREFIX%%/sbin/dictd
load_rc_config $name
run_rc_command "$1"