[svn] commit: r2572 - /branches/trac268/src/bin/auth/b10-auth.xml
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 21 19:48:53 UTC 2010
Author: jinmei
Date: Wed Jul 21 19:48:53 2010
New Revision: 2572
Log:
described the -u option
Modified:
branches/trac268/src/bin/auth/b10-auth.xml
Modified: branches/trac268/src/bin/auth/b10-auth.xml
==============================================================================
--- branches/trac268/src/bin/auth/b10-auth.xml (original)
+++ branches/trac268/src/bin/auth/b10-auth.xml Wed Jul 21 19:48:53 2010
@@ -48,6 +48,7 @@
<arg><option>-4</option></arg>
<arg><option>-6</option></arg>
<arg><option>-p <replaceable>number</replaceable></option></arg>
+ <arg><option>-u <replaceable>username</replaceable></option></arg>
<arg><option>-v</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -120,6 +121,20 @@
</varlistentry>
<varlistentry>
+ <term><option>-u <replaceable>username</replaceable></option></term>
+ <listitem>
+ <para>
+ The user name of the <command>b10-auth</command> daemon.
+ If specified, the daemon changes the process owner to the
+ specified user.
+ The <replaceable>username</replaceable> must be either a
+ valid numeric user ID or a valid user name.
+ By default the daemon runs as the user who invokes it.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>-v</option></term>
<listitem><para>
Enabled verbose mode. This enables diagnostic messages to
More information about the bind10-changes
mailing list