Remove files that shouldn't have been imported.

These will be surgically removed from the repository.

Approved by:	markm
(with a CVS Meister hat on)
This commit is contained in:
nectar 2002-02-06 16:31:41 +00:00
parent bc2448e1f7
commit da2d85715f
11 changed files with 0 additions and 417 deletions

View File

@ -1,11 +0,0 @@
#!/bin/sh
trap "" 1
sleep 60
while :; do
/usr/sbin/named -f >> /var/log/named 2>&1 < /dev/null
/usr/ucb/logger -p emerg "named restart"
sleep 32
done
exit

View File

@ -1,57 +0,0 @@
options {
directory "/var/named";
listen-on { 204.152.184.67; 127.0.0.1; };
query-source address 204.152.184.67 port 53;
pid-file "/var/run/named-res1.pid";
};
controls {
unix "/var/run/ndc-res1" perm 0600 owner 0 group 0;
};
zone "." {
type hint;
file "root.cache";
};
zone "localhost" {
type master;
file "pri/localhost";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "pri/127.0.0";
};
zone "pa.vix.com" {
type stub;
file "stub/pa.vix.com";
masters { 204.152.184.64; };
};
zone "184.152.204.in-addr.arpa" {
type stub;
file "stub/204.152.184";
masters { 204.152.184.64; };
};
zone "rc.vix.com" {
type stub;
file "stub/rc.vix.com";
masters { 204.152.187.21; };
};
zone "186.152.204.in-addr.arpa" {
type stub;
file "stub/204.152.186";
masters { 204.152.187.21; };
};
zone "187.152.204.in-addr.arpa" {
type stub;
file "stub/204.152.187";
masters { 204.152.187.21; };
};
include "named.conf.rfc1918-stubs";

View File

@ -1,174 +0,0 @@
acl rfc1918_query {
10.0.0.0/8 ;
127.0.0.1 ;
172.16.0.0/12 ;
192.168.0.0/16 ;
204.152.184.0/21 ;
} ;
acl rfc1918_transfer {
rfc1918_query ;
} ;
// RFC 1918 zones
//
zone "10.in-addr.arpa" {
type stub ;
file "stub/10" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "16.172.in-addr.arpa" {
type stub ;
file "stub/172.16" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "17.172.in-addr.arpa" {
type stub ;
file "stub/172.17" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "18.172.in-addr.arpa" {
type stub ;
file "stub/172.18" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "19.172.in-addr.arpa" {
type stub ;
file "stub/172.19" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "20.172.in-addr.arpa" {
type stub ;
file "stub/172.20" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "21.172.in-addr.arpa" {
type stub ;
file "stub/172.21" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "22.172.in-addr.arpa" {
type stub ;
file "stub/172.22" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "23.172.in-addr.arpa" {
type stub ;
file "stub/172.23" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "24.172.in-addr.arpa" {
type stub ;
file "stub/172.24" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "25.172.in-addr.arpa" {
type stub ;
file "stub/172.25" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "26.172.in-addr.arpa" {
type stub ;
file "stub/172.26" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "27.172.in-addr.arpa" {
type stub ;
file "stub/172.27" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "28.172.in-addr.arpa" {
type stub ;
file "stub/172.28" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "29.172.in-addr.arpa" {
type stub ;
file "stub/172.29" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "30.172.in-addr.arpa" {
type stub ;
file "stub/172.30" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "31.172.in-addr.arpa" {
type stub ;
file "stub/172.31" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "168.192.in-addr.arpa" {
type stub ;
file "stub/192.168" ;
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
} ;
zone "local.isc.org" {
type stub;
file "stub/local.isc.org";
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
};
zone "local.mibh.net" {
type stub;
file "stub/local.mibh.net";
masters {204.152.184.64; };
allow-query { rfc1918_query ; } ;
allow-transfer { rfc1918_transfer ; } ;
};

View File

@ -1,12 +0,0 @@
; 0.0.127.in-addr.arpa
$TTL 3600
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
ns localhost.
1 ptr localhost.

View File

@ -1,12 +0,0 @@
; localhost.
$TTL 3600
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
ns localhost.
a 127.0.0.1

View File

@ -1,45 +0,0 @@
; <<>> DiG 8.2 <<>> @f.root-servers.net . ns
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10
;; flags: qr aa rd; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13
;; QUERY SECTION:
;; ., type = NS, class = IN
;; ANSWER SECTION:
. 6D IN NS G.ROOT-SERVERS.NET.
. 6D IN NS J.ROOT-SERVERS.NET.
. 6D IN NS K.ROOT-SERVERS.NET.
. 6D IN NS L.ROOT-SERVERS.NET.
. 6D IN NS M.ROOT-SERVERS.NET.
. 6D IN NS A.ROOT-SERVERS.NET.
. 6D IN NS H.ROOT-SERVERS.NET.
. 6D IN NS B.ROOT-SERVERS.NET.
. 6D IN NS C.ROOT-SERVERS.NET.
. 6D IN NS D.ROOT-SERVERS.NET.
. 6D IN NS E.ROOT-SERVERS.NET.
. 6D IN NS I.ROOT-SERVERS.NET.
. 6D IN NS F.ROOT-SERVERS.NET.
;; ADDITIONAL SECTION:
G.ROOT-SERVERS.NET. 5w6d16h IN A 192.112.36.4
J.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.10
K.ROOT-SERVERS.NET. 5w6d16h IN A 193.0.14.129
L.ROOT-SERVERS.NET. 5w6d16h IN A 198.32.64.12
M.ROOT-SERVERS.NET. 5w6d16h IN A 202.12.27.33
A.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.4
H.ROOT-SERVERS.NET. 5w6d16h IN A 128.63.2.53
B.ROOT-SERVERS.NET. 5w6d16h IN A 128.9.0.107
C.ROOT-SERVERS.NET. 5w6d16h IN A 192.33.4.12
D.ROOT-SERVERS.NET. 5w6d16h IN A 128.8.10.90
E.ROOT-SERVERS.NET. 5w6d16h IN A 192.203.230.10
I.ROOT-SERVERS.NET. 5w6d16h IN A 192.36.148.17
F.ROOT-SERVERS.NET. 5w6d16h IN A 192.5.5.241
;; Total query time: 10 msec
;; FROM: power.rc.vix.com to SERVER: f.root-servers.net 192.5.5.241
;; WHEN: Thu Jun 3 14:55:57 1999
;; MSG SIZE sent: 17 rcvd: 436

View File

@ -1,36 +0,0 @@
options {
directory "/var/named";
};
zone "." {
type hint;
file "root.cache";
};
zone "localhost" {
type master;
file "pri/localhost";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "pri/127.0.0";
};
zone "rc.vix.com" {
type stub;
file "stub/rc.vix.com";
masters { 204.152.187.21; };
};
zone "186.152.204.in-addr.arpa" {
type stub;
file "stub/204.152.186";
masters { 204.152.187.21; };
};
zone "187.152.204.in-addr.arpa" {
type stub;
file "stub/204.152.187";
masters { 204.152.187.21; };
};

View File

@ -1,12 +0,0 @@
; 0.0.127.in-addr.arpa
$TTL 3600
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
ns localhost.
1 ptr localhost.

View File

@ -1,12 +0,0 @@
; localhost.
$TTL 3600
@ in soa localhost. postmaster.localhost. (
1993050801 ;serial
3600 ;refresh
1800 ;retry
604800 ;expiration
3600 ) ;minimum
ns localhost.
a 127.0.0.1

View File

@ -1,45 +0,0 @@
; <<>> DiG 8.2 <<>> @f.root-servers.net . ns
; (1 server found)
;; res options: init recurs defnam dnsrch
;; got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10
;; flags: qr aa rd; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 13
;; QUERY SECTION:
;; ., type = NS, class = IN
;; ANSWER SECTION:
. 6D IN NS G.ROOT-SERVERS.NET.
. 6D IN NS J.ROOT-SERVERS.NET.
. 6D IN NS K.ROOT-SERVERS.NET.
. 6D IN NS L.ROOT-SERVERS.NET.
. 6D IN NS M.ROOT-SERVERS.NET.
. 6D IN NS A.ROOT-SERVERS.NET.
. 6D IN NS H.ROOT-SERVERS.NET.
. 6D IN NS B.ROOT-SERVERS.NET.
. 6D IN NS C.ROOT-SERVERS.NET.
. 6D IN NS D.ROOT-SERVERS.NET.
. 6D IN NS E.ROOT-SERVERS.NET.
. 6D IN NS I.ROOT-SERVERS.NET.
. 6D IN NS F.ROOT-SERVERS.NET.
;; ADDITIONAL SECTION:
G.ROOT-SERVERS.NET. 5w6d16h IN A 192.112.36.4
J.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.10
K.ROOT-SERVERS.NET. 5w6d16h IN A 193.0.14.129
L.ROOT-SERVERS.NET. 5w6d16h IN A 198.32.64.12
M.ROOT-SERVERS.NET. 5w6d16h IN A 202.12.27.33
A.ROOT-SERVERS.NET. 5w6d16h IN A 198.41.0.4
H.ROOT-SERVERS.NET. 5w6d16h IN A 128.63.2.53
B.ROOT-SERVERS.NET. 5w6d16h IN A 128.9.0.107
C.ROOT-SERVERS.NET. 5w6d16h IN A 192.33.4.12
D.ROOT-SERVERS.NET. 5w6d16h IN A 128.8.10.90
E.ROOT-SERVERS.NET. 5w6d16h IN A 192.203.230.10
I.ROOT-SERVERS.NET. 5w6d16h IN A 192.36.148.17
F.ROOT-SERVERS.NET. 5w6d16h IN A 192.5.5.241
;; Total query time: 10 msec
;; FROM: power.rc.vix.com to SERVER: f.root-servers.net 192.5.5.241
;; WHEN: Thu Jun 3 14:55:57 1999
;; MSG SIZE sent: 17 rcvd: 436

View File

@ -1 +0,0 @@
this file is only here so that cvs will let the directory exist