aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-22 19:05:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-22 19:05:01 +0000
commitb7ffdb5d78d881c7767aa9cac82c0da3a96feea7 (patch)
tree86df1960759d9994efbba77606ac93e124b8b6a3
parentb97da74ba178e9549f263a61096f4290025a49e0 (diff)
downloadports-b7ffdb5d78d881c7767aa9cac82c0da3a96feea7.tar.gz
ports-b7ffdb5d78d881c7767aa9cac82c0da3a96feea7.zip
Notes
-rw-r--r--dns/bind96/files/named4
-rw-r--r--dns/bind98/files/named4
-rw-r--r--dns/bind99/files/named4
3 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind96/files/named b/dns/bind96/files/named
index 777ec1688572..cc267553ad1c 100644
--- a/dns/bind96/files/named
+++ b/dns/bind96/files/named
@@ -20,8 +20,8 @@ reload_cmd="named_reload"
stop_cmd="named_stop"
named_enable=${named_enable:-"NO"} # Run named, the DNS server (or NO).
-named_program=${named_program:-"/usr/local/sbin/named"} # Path to named, if you want a different one.
-named_conf=${named_conf:-"/usr/local/etc/namedb/named.conf"} # Path to the configuration file
+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_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
diff --git a/dns/bind98/files/named b/dns/bind98/files/named
index 777ec1688572..cc267553ad1c 100644
--- a/dns/bind98/files/named
+++ b/dns/bind98/files/named
@@ -20,8 +20,8 @@ reload_cmd="named_reload"
stop_cmd="named_stop"
named_enable=${named_enable:-"NO"} # Run named, the DNS server (or NO).
-named_program=${named_program:-"/usr/local/sbin/named"} # Path to named, if you want a different one.
-named_conf=${named_conf:-"/usr/local/etc/namedb/named.conf"} # Path to the configuration file
+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_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
diff --git a/dns/bind99/files/named b/dns/bind99/files/named
index 777ec1688572..cc267553ad1c 100644
--- a/dns/bind99/files/named
+++ b/dns/bind99/files/named
@@ -20,8 +20,8 @@ reload_cmd="named_reload"
stop_cmd="named_stop"
named_enable=${named_enable:-"NO"} # Run named, the DNS server (or NO).
-named_program=${named_program:-"/usr/local/sbin/named"} # Path to named, if you want a different one.
-named_conf=${named_conf:-"/usr/local/etc/namedb/named.conf"} # Path to the configuration file
+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_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