diff options
Diffstat (limited to 'dns/maradns/files/rc_d.sh')
-rw-r--r-- | dns/maradns/files/rc_d.sh | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dns/maradns/files/rc_d.sh b/dns/maradns/files/rc_d.sh deleted file mode 100644 index 349635befd51..000000000000 --- a/dns/maradns/files/rc_d.sh +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# - -# PROVIDE: %%SERVICE%% -# REQUIRE: SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown -# -# NOTE for FreeBSD 5.0+: -# If you want this script to start with the base rc scripts -# move %%SERVICE%%.sh to /etc/rc.d/%%SERVICE%% - -prefix=%%PREFIX%% - -# Define these %%SERVICE%%_* variables in one of these files: -# /etc/rc.conf -# /etc/rc.conf.local -# /etc/rc.conf.d/%%SERVICE%% -# -# DO NOT CHANGE THESE DEFAULT VALUES HERE -# -%%SERVICE%%_enable=${%%SERVICE%%_enable-"NO"} -# %%SERVICE%%_flags can be something like "-f /path/alternate_rc" - -. %%RC_SUBR%% - -name="%%SERVICE%%" -rcvar=`set_rcvar` -command="${prefix}/bin/duende" -pidfile="/var/run/${name}.pid" - -load_rc_config $name - -flags="${prefix}/sbin/${name} ${%%SERVICE%%_flags}" - -run_rc_command "$1" |