summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-01-20 22:47:09 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-01-20 22:47:09 +0000
commite7f8825e397f831cd30a3ddf6de402bee1991025 (patch)
treefe2a7aeaab25f86605c2b5561e9bdc491355afa2 /etc
parent998c77b218eb9eaa512f1bc294c47fdb2963cfb4 (diff)
remove directory statement, not needed since we chroot by default
Diffstat (limited to 'etc')
-rw-r--r--etc/bind/named-dual.conf7
-rw-r--r--etc/bind/named-simple.conf7
2 files changed, 4 insertions, 10 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf
index 0d4e80529f2..e30432fa1e1 100644
--- a/etc/bind/named-dual.conf
+++ b/etc/bind/named-dual.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-dual.conf,v 1.1 2003/01/20 22:30:13 jakob Exp $
+// $OpenBSD: named-dual.conf,v 1.2 2003/01/20 22:47:08 jakob Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@@ -14,10 +14,7 @@ acl clients {
};
options {
- directory "/"; // chroot named, default in OpenBSD
- // directory "/var/named"; // non-chroot named
-
- version ""; // remove this to allow version queries
+ version ""; // remove this to allow version queries
};
view "recursive" {
diff --git a/etc/bind/named-simple.conf b/etc/bind/named-simple.conf
index 836109fdac2..7034f75fb80 100644
--- a/etc/bind/named-simple.conf
+++ b/etc/bind/named-simple.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-simple.conf,v 1.1 2003/01/20 22:30:13 jakob Exp $
+// $OpenBSD: named-simple.conf,v 1.2 2003/01/20 22:47:08 jakob Exp $
//
// Example file for a simple named configuration, processing both
// recursive and authoritative queries using one cache.
@@ -13,10 +13,7 @@ acl clients {
};
options {
- directory "/"; // chroot named, default in OpenBSD
- // directory "/var/named"; // non-chroot named
-
- version ""; // remove this to allow version queries
+ version ""; // remove this to allow version queries
allow-recursion { clients; };
};