diff options
author | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:08:11 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-02-07 06:08:11 +0000 |
commit | 882563776f110738436f3826fa350ca347cac963 (patch) | |
tree | 8d45f8a3dfb10c09705e5d3c7870052abe26118a /etc/bind | |
parent | 27cf0c6ec0604104b9029db19030664cd1a5049d (diff) |
indentation whitespace nits
Diffstat (limited to 'etc/bind')
-rw-r--r-- | etc/bind/db.localhost | 4 | ||||
-rw-r--r-- | etc/bind/db.loopback | 4 | ||||
-rw-r--r-- | etc/bind/db.loopback6.arpa | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/etc/bind/db.localhost b/etc/bind/db.localhost index 2bed2a01392..340e9895904 100644 --- a/etc/bind/db.localhost +++ b/etc/bind/db.localhost @@ -1,9 +1,9 @@ -; $OpenBSD: db.localhost,v 1.1 2003/01/20 22:30:13 jakob Exp $ +; $OpenBSD: db.localhost,v 1.2 2005/02/07 06:08:10 david Exp $ $ORIGIN localhost. $TTL 6h -@ IN SOA localhost. root.localhost. ( +@ IN SOA localhost. root.localhost. ( 1 ; serial 1h ; refresh 30m ; retry diff --git a/etc/bind/db.loopback b/etc/bind/db.loopback index ba5bfe4fae6..9badc8bae0c 100644 --- a/etc/bind/db.loopback +++ b/etc/bind/db.loopback @@ -1,9 +1,9 @@ -; $OpenBSD: db.loopback,v 1.1 2003/01/20 22:30:13 jakob Exp $ +; $OpenBSD: db.loopback,v 1.2 2005/02/07 06:08:10 david Exp $ $ORIGIN 127.in-addr.arpa. $TTL 6h -@ IN SOA localhost. root.localhost. ( +@ IN SOA localhost. root.localhost. ( 1 ; serial 1h ; refresh 30m ; retry diff --git a/etc/bind/db.loopback6.arpa b/etc/bind/db.loopback6.arpa index d849b79e32d..558fa2369c8 100644 --- a/etc/bind/db.loopback6.arpa +++ b/etc/bind/db.loopback6.arpa @@ -1,9 +1,9 @@ -; $OpenBSD: db.loopback6.arpa,v 1.1 2003/01/20 22:30:13 jakob Exp $ +; $OpenBSD: db.loopback6.arpa,v 1.2 2005/02/07 06:08:10 david Exp $ $ORIGIN 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa. $TTL 6h -@ IN SOA localhost. root.localhost. ( +@ IN SOA localhost. root.localhost. ( 1 ; serial 1h ; refresh 30m ; retry |