summaryrefslogtreecommitdiffstats
path: root/contrib/bind/doc/man/named.8
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-11 05:01:49 +0000
committerpeter <peter@FreeBSD.org>1998-06-11 05:01:49 +0000
commit0fd0a0b5fa9e60344220e7f4aa9af6ef91371f4c (patch)
tree2a93d4263eb66f04b91f86019940d0a63c8bac62 /contrib/bind/doc/man/named.8
parent27f4579e07a7301605c25c41fa447b7e2ad31438 (diff)
parent67e0f3ce71726dc4058c2f80a813341a59244dbd (diff)
downloadFreeBSD-src-0fd0a0b5fa9e60344220e7f4aa9af6ef91371f4c.zip
FreeBSD-src-0fd0a0b5fa9e60344220e7f4aa9af6ef91371f4c.tar.gz
This commit was generated by cvs2svn to compensate for changes in r36882,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/bind/doc/man/named.8')
-rw-r--r--contrib/bind/doc/man/named.819
1 files changed, 19 insertions, 0 deletions
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
OpenPOWER on IntegriCloud