diff --git a/bin/named/named.8 b/bin/named/named.8 index 81181df590..828dd21c01 100644 --- a/bin/named/named.8 +++ b/bin/named/named.8 @@ -367,7 +367,6 @@ RFC 1035, \fBnamed-checkconf\fR(8), \fBnamed-checkzone\fR(8), \fBrndc\fR(8), -\fBlwresd\fR(8), \fBnamed.conf\fR(5), BIND 9 Administrator Reference Manual\&. .SH "AUTHOR" diff --git a/bin/named/named.conf.5 b/bin/named/named.conf.5 index bb45140d53..b91a77a493 100644 --- a/bin/named/named.conf.5 +++ b/bin/named/named.conf.5 @@ -148,25 +148,6 @@ logging { .if n \{\ .RE .\} -.SH "LWRES" -.sp -.if n \{\ -.RS 4 -.\} -.nf -lwres { - listen\-on [ port \fIinteger\fR ] [ dscp \fIinteger\fR ] { ( \fIipv4_address\fR - | \fIipv6_address\fR ) [ port \fIinteger\fR ] [ dscp \fIinteger\fR ]; \&.\&.\&. }; - lwres\-clients \fIinteger\fR; - lwres\-tasks \fIinteger\fR; - ndots \fIinteger\fR; - search { \fIstring\fR; \&.\&.\&. }; - view \fIstring\fR [ \fIclass\fR ]; -}; -.fi -.if n \{\ -.RE -.\} .SH "MANAGED-KEYS" .sp .if n \{\ diff --git a/bin/named/named.conf.html b/bin/named/named.conf.html index 2a20bfe78d..b28cde1ccf 100644 --- a/bin/named/named.conf.html +++ b/bin/named/named.conf.html @@ -137,23 +137,7 @@ logging
-

LWRES

- -


-lwres {
- listen-on [ port integer ] [ dscp integer ] { ( ipv4_address
-     | ipv6_address ) [ port integer ] [ dscp integer ]; ... };
- lwres-clients integer;
- lwres-tasks integer;
- ndots integer;
- search { string; ... };
- view string [ class ];
-};
-

-
- -
-

MANAGED-KEYS

+

MANAGED-KEYS


managed-keys { string string integer
@@ -162,7 +146,7 @@ managed-keys

-

MASTERS

+

MASTERS


masters string [ port integer ] [ dscp
@@ -173,7 +157,7 @@ masters

-

OPTIONS

+

OPTIONS


options {
@@ -464,7 +448,7 @@ options

-

SERVER

+

SERVER


server netprefix {
@@ -503,7 +487,7 @@ server

-

STATISTICS-CHANNELS

+

STATISTICS-CHANNELS


statistics-channels {
@@ -516,7 +500,7 @@ statistics-channels

-

TRUSTED-KEYS

+

TRUSTED-KEYS


trusted-keys { string integer integer
@@ -525,7 +509,7 @@ trusted-keys

-

VIEW

+

VIEW


view string [ class ] {
@@ -889,7 +873,7 @@ view

-

ZONE

+

ZONE


zone string [ class ] {
@@ -989,14 +973,14 @@ zone

-

FILES

+

FILES

/etc/named.conf

-

SEE ALSO

+

SEE ALSO

ddns-confgen(8) diff --git a/bin/named/named.html b/bin/named/named.html index f2ada08585..c8745329b2 100644 --- a/bin/named/named.html +++ b/bin/named/named.html @@ -440,10 +440,6 @@ rndc (8) , - - lwresd - (8) - , named.conf (5) diff --git a/configure b/configure index 98cc4429d8..6c83d21593 100755 --- a/configure +++ b/configure @@ -935,7 +935,6 @@ infodir docdir oldincludedir includedir -runstatedir localstatedir sharedstatedir sysconfdir @@ -1093,7 +1092,6 @@ datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1346,15 +1344,6 @@ do | -silent | --silent | --silen | --sile | --sil) silent=yes ;; - -runstatedir | --runstatedir | --runstatedi | --runstated \ - | --runstate | --runstat | --runsta | --runst | --runs \ - | --run | --ru | --r) - ac_prev=runstatedir ;; - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ - | --run=* | --ru=* | --r=*) - runstatedir=$ac_optarg ;; - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1492,7 +1481,7 @@ fi for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir runstatedir + libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1645,7 +1634,6 @@ Fine tuning of the installation directories: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index a9b89a7fac..9fef201628 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -271,8 +271,8 @@ resolver library, which sends queries to one or more name servers and interprets the responses. The BIND 9 software distribution - contains a name server, named, and a - resolver library, liblwres. + contains a name server, named, and a set + of associated tools.

diff --git a/doc/arm/Bv9ARM.ch05.html b/doc/arm/Bv9ARM.ch05.html index dbfc12aed5..66862bb165 100644 --- a/doc/arm/Bv9ARM.ch05.html +++ b/doc/arm/Bv9ARM.ch05.html @@ -35,10 +35,7 @@ Chapter 5. The BIND 9 Lightweight Resolver
@@ -66,64 +63,6 @@ that is distinct from and simpler than the full DNS protocol.

-
-

-Running a Resolver Daemon

- -

- To use the lightweight resolver interface, the system must - run the resolver daemon lwresd or a - local - name server configured with a lwres - statement. -

- -

- By default, applications using the lightweight resolver library will - make - UDP requests to the IPv4 loopback address (127.0.0.1) on port 921. - The - address can be overridden by lwserver - lines in - /etc/resolv.conf. -

- -

- The daemon currently only looks in the DNS, but in the future - it may use other sources such as /etc/hosts, - NIS, etc. -

- -

- The lwresd daemon is essentially a - caching-only name server that responds to requests using the - lightweight - resolver protocol rather than the DNS protocol. Because it needs - to run on each host, it is designed to require no or minimal - configuration. - Unless configured otherwise, it uses the name servers listed on - nameserver lines in /etc/resolv.conf - as forwarders, but is also capable of doing the resolution - autonomously if - none are specified. -

-

- The lwresd daemon may also be - configured with a - named.conf style configuration file, - in - /etc/lwresd.conf by default. A name - server may also - be configured to act as a lightweight resolver daemon using the - lwres statement in named.conf. -

-

- The number of client queries that the lwresd - daemon is able to serve can be set using the - lwres-tasks and lwres-clients - statements in the configuration. -

-