aboutsummaryrefslogtreecommitdiff
path: root/dns/bind910/files/named.in
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind910/files/named.in')
-rw-r--r--dns/bind910/files/named.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind910/files/named.in b/dns/bind910/files/named.in
index 3207d3005f42..acaa4144524b 100644
--- a/dns/bind910/files/named.in
+++ b/dns/bind910/files/named.in
@@ -24,7 +24,7 @@ stop_cmd=named_stop
named_enable=${named_enable:-"NO"} # Run named, the DNS server (or NO).
named_program=${named_program:-"%%PREFIX%%/sbin/named"} # Path to named, if you want a different one.
-named_conf=${named_conf:-"%%BIND_DESTETC%%/named.conf"} # Path to the configuration file
+named_conf=${named_conf:-"%%ETCDIR%%/named.conf"} # Path to the configuration file
named_flags=${named_flags:-""} # Use this for flags OTHER than -u and -c
named_uid=${named_uid:-"bind"} # User to run named as
named_wait=${named_wait:-"NO"} # Wait for working name service before exiting