Browse Source

white space cosmetics

master
Christoph Schug 23 years ago committed by Ralf S. Engelschall
parent
commit
0b6b71c20f
  1. 2
      bind/bind.spec
  2. 4
      bind/named.conf

2
bind/bind.spec

@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE]
Group: DNS Group: DNS
License: ISC License: ISC
Version: %{V_bind} Version: %{V_bind}
Release: 20030728 Release: 20030807
# package options # package options
%option with_dlz_mysql no %option with_dlz_mysql no

4
bind/named.conf

@ -62,8 +62,8 @@ zone "0.0.127.in-addr.arpa" IN {
}; };
zone "1.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" { zone "1.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" {
type master; type master;
file "db.localhost.ipv6"; file "db.localhost.ipv6";
notify no; notify no;
allow-update { none; }; allow-update { none; };
allow-transfer { any; }; allow-transfer { any; };

Loading…
Cancel
Save