summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/maradns/files/rc_d.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/maradns/files/rc_d.sh b/dns/maradns/files/rc_d.sh
index c95712c78424..d1e3ba7e6d18 100644
--- a/dns/maradns/files/rc_d.sh
+++ b/dns/maradns/files/rc_d.sh
@@ -21,8 +21,8 @@ prefix=%%PREFIX%%
#
# DO NOT CHANGE THESE DEFAULT VALUES HERE
#
-%%SERVICE%%_enable=${%%SERVICE%%_enable:-"NO"}
-%%SERVICE%%_flags=${%%SERVICE%%_flags:-""} # Can be "-f /path/alternate_rc"
+%%SERVICE%%_enable=${%%SERVICE%%_enable-"NO"}
+# %%SERVICE%%_flags can be something like "-f /path/alternate_rc"
. %%RC_SUBR%%