summaryrefslogtreecommitdiff
path: root/bind/named.conf.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-09-01 11:41:46 +0000
committerJonas Smedegaard <dr@jones.dk>2004-09-01 11:41:46 +0000
commitddfc1335bea3b5e07e772f278de335844fe1349c (patch)
tree2f7591496c606d53ebaf4febf8f36ec9be7a7796 /bind/named.conf.local
parent2eb13cfb69eacf9a0bc7aa23f2d2aaf521e2eda5 (diff)
Namespace change: JONES -> JONES.DK.
Diffstat (limited to 'bind/named.conf.local')
-rw-r--r--bind/named.conf.local32
1 files changed, 16 insertions, 16 deletions
diff --git a/bind/named.conf.local b/bind/named.conf.local
index d18314c..80ccfb1 100644
--- a/bind/named.conf.local
+++ b/bind/named.conf.local
@@ -1,18 +1,18 @@
-include "/etc/local-COMMON/bind/named_JONES_acl.conf";
+include "/etc/local-JONES.DK/bind/named.conf.acl";
view "internal" {
match-clients { localnets; 192.168.0.0/16; };
include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_JONES_pri.conf";
- include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_IDA_sec.conf";
- include "/etc/local-COMMON/bind/named_LAB_sec.conf";
- include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
+ include "/etc/local-JONES.DK/bind/named.conf.pri";
+ include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.IDASKOLEN.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
- include "/etc/local-COMMON/bind/named_MSG_fake.conf";
+ include "/etc/local-MUNKSOEGAARD.DK/bind/named.conf.fake";
};
@@ -21,12 +21,12 @@ view "external" {
recursion no;
include "/etc/local-COMMON/bind/named_BASE.conf";
- include "/etc/local-COMMON/bind/named_JONES_pri.conf";
- include "/etc/local-COMMON/bind/named_BITBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_HOMEBASE_sec.conf";
- include "/etc/local-COMMON/bind/named_IDA_sec.conf";
- include "/etc/local-COMMON/bind/named_LAB_sec.conf";
- include "/etc/local-COMMON/bind/named_DGIH_sec.conf";
- include "/etc/local-COMMON/bind/named_CONDUCT_sec.conf";
+ include "/etc/local-JONES.DK/bind/named.conf.pri";
+ include "/etc/local-REDPILL.DK/bind/named.conf.BITBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.HOMEBASE.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.IDASKOLEN.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.KOMPONENT.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.DGI-HUSET.DK";
+ include "/etc/local-REDPILL.DK/bind/named.conf.CONDUCT.DK";
};