summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-05-17 17:01:26 +0200
committerJonas Smedegaard <dr@jones.dk>2014-05-17 17:01:26 +0200
commit4a90256596ea0f521544bfd928fbc106fb7e18f6 (patch)
treead4c8da80bb88d44bfc6721bcedf109365f59b52 /bind/named.conf.local
parent7e3f185d37c3e96af4a48230dfaa0f23ce73eaf1 (diff)
Change paths /etc/local-* → /usr/local/etc-*.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local30
1 files changed, 15 insertions, 15 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index 2d2b4d4..f964fa1 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,15 +1,15 @@
-include "/etc/local-JONES.DK/bind/named.conf.acl";
+include "/usr/local/etc-JONES.DK/bind/named.conf.acl";
view "internal" {
match-clients { 127.0.0.0/24; 192.168.222.0/24; };
- include "/etc/local-JONES.DK/bind/named.conf.fake-222";
+ include "/usr/local/etc-JONES.DK/bind/named.conf.fake-222";
- include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.LETSGO.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.LETSGO.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.OROE.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.SHAKTI.IN";
include "/etc/bind/named.conf.default-zones";
};
@@ -19,14 +19,14 @@ view "external" {
include "/etc/bind/zones.rfc1918";
- include "/etc/local-JONES.DK/bind/named.conf.pri";
+ include "/usr/local/etc-JONES.DK/bind/named.conf.pri";
- include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.LETSGO.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
- include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.LETSGO.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.OROE.DK";
+ include "/usr/local/etc-REDPILL.DK/bind/named.conf.SHAKTI.IN";
include "/etc/bind/named.conf.default-zones";
};