From 67e0f3ce71726dc4058c2f80a813341a59244dbd Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 11 Jun 1998 05:01:49 +0000 Subject: Import final bind-8.1.2 release. Obtained from: ftp.isc.org --- contrib/bind/doc/html/logging.html | 4 +++- contrib/bind/doc/html/options.html | 9 ++++++++- contrib/bind/doc/man/named.8 | 19 +++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) (limited to 'contrib/bind/doc') diff --git a/contrib/bind/doc/html/logging.html b/contrib/bind/doc/html/logging.html index 4af8050..4d00219 100644 --- a/contrib/bind/doc/html/logging.html +++ b/contrib/bind/doc/html/logging.html @@ -172,6 +172,8 @@ used is described in the next section, The category phrase. channel default_debug { file "named.run"; # write to named.run in the working directory + # Note: stderr is used instead of "named.run" + # if the server is started with the "-f" option. severity dynamic; # log at the server's current debug level }; @@ -340,7 +342,7 @@ Messages arising from response checking, such as
-Last Updated: $Id: logging.html,v 1.6 1998/03/21 01:03:13 halley Exp $ +Last Updated: $Id: logging.html,v 1.7 1998/04/23 19:58:35 halley Exp $
diff --git a/contrib/bind/doc/html/options.html b/contrib/bind/doc/html/options.html index 5f0ddce..515ee96 100644 --- a/contrib/bind/doc/html/options.html +++ b/contrib/bind/doc/html/options.html @@ -23,6 +23,7 @@ options { [ deallocate-on-exit yes_or_no; ] [ fake-iquery yes_or_no; ] [ fetch-glue yes_or_no; ] + [ host-statistics yes_or_no; ] [ multiple-cnames yes_or_no; ] [ notify yes_or_no; ] [ recursion yes_or_no; ] @@ -136,6 +137,12 @@ a response. fetch-glue no can be used in conjunction with recursion no to prevent the server's cache from growing or becoming corrupted (at the cost of requiring more work from the client). +
host-statistics +
+If yes, then statistics are kept for every host that the +the nameserver interacts with. The default is no. Note: +turning on host-statistics can consume huge amounts of memory. +
multiple-cnames
If yes, then multiple CNAME resource records will be @@ -456,7 +463,7 @@ of all.
-Last Updated: $Id: options.html,v 1.9 1998/03/21 01:02:59 halley Exp $ +Last Updated: $Id: options.html,v 1.10 1998/05/05 19:50:28 halley Exp $
diff --git a/contrib/bind/doc/man/named.8 b/contrib/bind/doc/man/named.8 index e3c0b82..b07dc7a 100644 --- a/contrib/bind/doc/man/named.8 +++ b/contrib/bind/doc/man/named.8 @@ -69,6 +69,9 @@ .Ar config_file .Oc .Op Fl f q r +.Op Fl u Ar user_name +.Op Fl g Ar group_name +.Op Fl t Ar directory .Op Fl w Ar directory .Op Ar config_file .Sh DESCRIPTION @@ -186,6 +189,22 @@ This option can be overridden by and is deprecated in favor of the clause of the configuration file's .Dq Li options statement. +.It Fl u Ar user_name +Specifies the user the server should run as after it initializes. The value +specified may be either a username or a numeric user id. If the +.Dq Fl g +flag is not specified, then the group id used will be the primary group of +the user specified (initgroups() is called, so all of the user's groups will +be available to the server). +.Pp +.It Fl g Ar group_name +Specifies the group the server should run as after it initializes. The value +specified may be either a groupname or a numeric group id. +.Pp +.It Fl t Ar directory +Specifies the directory the server should chroot() into as soon as it is +finshed processing command line arguments. +.Pp .It Fl w Ar directory Sets the working directory of the server. The .Dq Li directory -- cgit v1.1