ports/dns/mydns/files/mydns.sh.in
Alex Dupre 72802caf38 - Update to 1.0.0 release [1]
- Switch to libtool15
- Switch to rcNG startup script

PR:		ports/78595 [1]
Submitted by:	Simon Dick <simond@irrelevant.org> [1]
2005-03-08 16:27:45 +00:00

31 lines
495 B
Bash

#!/bin/sh
#
# $FreeBSD$
#
# PROVIDE: mydns
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
#
# Add the following line to /etc/rc.conf to enable mydns:
# mydns_enable (bool): Set to "NO" by default.
# Set it to "YES" to enable MyDNS.
#
. %%RC_SUBR%%
name="mydns"
rcvar=`set_rcvar`
load_rc_config $name
: ${mydns_enable="NO"}
command="%%PREFIX%%/sbin/mydns"
command_args="-b"
pidfile="/var/run/mydns.pid"
required_files="%%PREFIX%%/etc/mydns.conf"
run_rc_command "$1"