summaryrefslogtreecommitdiffstats
path: root/contrib/bind/doc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/doc')
-rw-r--r--contrib/bind/doc/html/controls.html7
-rw-r--r--contrib/bind/doc/html/master.html2
-rw-r--r--contrib/bind/doc/html/options.html9
-rw-r--r--contrib/bind/doc/man/named.812
4 files changed, 17 insertions, 13 deletions
diff --git a/contrib/bind/doc/html/controls.html b/contrib/bind/doc/html/controls.html
index 9261926..0789901 100644
--- a/contrib/bind/doc/html/controls.html
+++ b/contrib/bind/doc/html/controls.html
@@ -47,6 +47,11 @@ It is recommended that the
permissions be restricted to administrative personnel only, or else any
user on the system might be able to manage the local name server.</P>
+<P>On Solaris and SunOS machines the permissions and ownerships are applied
+to the containing directory.
+This is done because these operating systems
+do not honour the permission on the UNIX domain socket.
+
<P>An <CODE>inet</CODE> control channel is a TCP/IP socket accessible
to the Internet, created at the specified <VAR>ip_port</VAR> on the
specified <VAR>ip_addr</VAR>.
@@ -64,7 +69,7 @@ server.</P>
<HR>
<ADDRESS>
-Last Updated: $Id: controls.html,v 1.4 1999/09/15 20:28:01 cyarnell Exp $
+Last Updated: $Id: controls.html,v 1.5 2001/02/01 04:27:11 marka Exp $
</ADDRESS>
</BODY>
</HTML>
diff --git a/contrib/bind/doc/html/master.html b/contrib/bind/doc/html/master.html
index dbf8503..33487de 100644
--- a/contrib/bind/doc/html/master.html
+++ b/contrib/bind/doc/html/master.html
@@ -42,7 +42,7 @@ WWW.MYZONE.EXAMPLE. CNAME MAIN-SERVER.MYZONE.EXAMPLE.
Syntax: <CODE>$INCLUDE &lt;filename&gt; [&lt;origin&gt;] [&lt;comment&gt;]</CODE>
<P>
Read and process the file filename as if it was included into the file at this
-point.  If origin is specified the file is processed with <CODE>$ORIGIN</CODE>
+point. If origin is specified the file is processed with <CODE>$ORIGIN</CODE>
set to that value otherwise the current <CODE>$ORIGIN</CODE> is used.
<I>NOTE: The behaviour when &lt;origin&gt; is specified differs from that
described in
diff --git a/contrib/bind/doc/html/options.html b/contrib/bind/doc/html/options.html
index d5ea552..ec7126a 100644
--- a/contrib/bind/doc/html/options.html
+++ b/contrib/bind/doc/html/options.html
@@ -243,7 +243,7 @@ See also <CODE>fetch-glue</CODE> above.
<DT><CODE>rfc2308-type1</CODE>
<DD>
If <CODE>yes</CODE>, the server will send NS records along with the SOA
-record for negative answers.
+record for negative answers from the cache.
You need to set this to <CODE>no</CODE> if you have an old BIND
server using you as a forwarder that does not understand negative answers
which contain both SOA and NS records or you have an old version of sendmail.
@@ -433,9 +433,8 @@ The default is
query-source address * port *;
</PRE>
-<P>Note: <CODE>query-source</CODE> currently applies only to UDP queries;
-TCP queries always use a wildcard IP address and a random unprivileged
-port.
+<P>Note: <CODE>query-source port</CODE> applies only to UDP queries,
+TCP queries always use a random unprivileged port.
<A name="ZoneTransfers"><H4>Zone Transfers</H4></A>
@@ -813,7 +812,7 @@ request for the root servers to be accepted. Default 2.
<HR>
<ADDRESS>
-Last Updated: $Id: options.html,v 1.41 2000/11/29 11:49:09 marka Exp $
+Last Updated: $Id: options.html,v 1.43 2001/03/03 05:08:55 marka Exp $
</ADDRESS>
</BODY>
</HTML>
diff --git a/contrib/bind/doc/man/named.8 b/contrib/bind/doc/man/named.8
index 80ee217..b978993 100644
--- a/contrib/bind/doc/man/named.8
+++ b/contrib/bind/doc/man/named.8
@@ -54,13 +54,13 @@
.\" @(#)named.8 6.6 (Berkeley) 2/14/89
.\"
.Dd February 1, 1996
-.Dt @INDOT_U@NAMED @SYS_OPS_EXT_U@
+.Dt @INDOT_U@named @SYS_OPS_EXT_U@
.Os BSD 4
.Sh NAME
.Nm @INDOT@named
.Nd Internet domain name server (DNS)
.Sh SYNOPSIS
-.Nm @INDOT@NAMED
+.Nm @INDOT@named
.Op Fl d Ar debuglevel
.Op Fl p Ar port#
.Oo Fl Po
@@ -114,7 +114,7 @@ is set to
.Sy NOTE:
The new debugging framework is considerably more sophisticated than it
was in older versions of
-.Nm @INDOT@NAMED .
+.Nm @INDOT@named .
The configuration file's
.Dq Li logging
statement allows for multiple, distinct levels of debugging for each of
@@ -124,7 +124,7 @@ etc.). Please refer to the configuration file guide included with this
distribution for further information about these extensive new capabilities.
.It Fl p Ar port#
Use the specified remote port number; this is the port number to which
-.Nm @INDOT@NAMED
+.Nm @INDOT@named
will send queries. The default value is the standard port number, i.e.,
the port number returned by
.Xr getservbyname @LIB_NETWORK_EXT@
@@ -139,7 +139,7 @@ was supported; the first port was that used when contacting
servers, and the second one was the service port bound by the
.Em local
instance of
-.Nm @INDOT_U@NAMED .
+.Nm @INDOT_U@named .
The current usage is equivalent to the old usage without the
.Ar localport#
specified; this functionality can be specified with the
@@ -164,7 +164,7 @@ Run this process in the foreground; don't
and daemonize. (The default is to daemonize.)
.It Fl q
Trace all incoming queries if
-.Nm @INDOT_U@NAMED
+.Nm @INDOT_U@named
has been compiled with
.Li QRYLOG
defined.
OpenPOWER on IntegriCloud