summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-04-18 18:20:42 +0200
committerJonas Smedegaard <dr@jones.dk>2016-04-18 18:20:42 +0200
commit2c90c0fb3f24be213484baa1fd6b0392b1d6085a (patch)
treee8d62088a5d2085d79b81ace830c237654d95299
parent1cc93d677005ad0a4cdad75d986f5efc774fa6a2 (diff)
Tie paths to /etc.
-rw-r--r--bind/named.conf.local26
1 files changed, 13 insertions, 13 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index fdfcaeb..977e090 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,14 +1,14 @@
-include "/usr/local/etc-JONES.DK/bind/named.conf.acl";
+include "/etc/local-JONES.DK/bind/named.conf.acl";
view "internal" {
match-clients { 127.0.0.0/24; 192.168.222.0/24; };
- include "/usr/local/etc-JONES.DK/bind/named.conf.fake-222";
+ include "/etc/local-JONES.DK/bind/named.conf.fake-222";
- include "/usr/local/etc-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/usr/local/etc-REDPILL.DK/bind/named.conf.FREE-OWL.DE";
- include "/usr/local/etc-REDPILL.DK/bind/named.conf.HOMEBASE.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/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.FREE-OWL.DE";
+ include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
include "/etc/bind/named.conf.default-zones";
};
@@ -18,13 +18,13 @@ view "external" {
include "/etc/bind/zones.rfc1918";
- include "/usr/local/etc-JONES.DK/bind/named.conf.pri";
+ include "/etc/local-JONES.DK/bind/named.conf.pri";
- include "/usr/local/etc-REDPILL.DK/bind/named.conf.BITBASE.DK";
- include "/usr/local/etc-REDPILL.DK/bind/named.conf.FREE-OWL.DE";
- include "/usr/local/etc-REDPILL.DK/bind/named.conf.HOMEBASE.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/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.FREE-OWL.DE";
+ include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.OROE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.SHAKTI.IN";
include "/etc/bind/named.conf.default-zones";
};