]> granicus.if.org Git - shadow/commitdiff
Document the -r, --system option.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 19 May 2008 19:43:24 +0000 (19:43 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 19 May 2008 19:43:24 +0000 (19:43 +0000)
ChangeLog
NEWS
man/useradd.8.xml

index 1be5a8e463f780267ffc2e8d077074db57b70f50..ab067b0873598269029f2f763ad32928f06b4587 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * NEWS, man/useradd.8.xml: Document the -r, --system option.
+
 2008-05-18  Nicolas François  <nicolas.francois@centraliens.net>
 
        Import Debian patch 487_passwd_chauthtok_failed_message
diff --git a/NEWS b/NEWS
index ffdbb201207c7eca55731808c33118da12c680b3..f0e7853556aca9e2919f7fddfcab80c28a43c477 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,9 @@ shadow-4.1.1 -> shadow-4.1.2                                          UNRELEASED
 - vipw
   * Resume properly after ^Z.
 
+*** documentation:
+- Document the -r, --system option in the useradd manpage.
+
 shadow-4.1.0 -> shadow-4.1.1                                           02-04-2008
 
 *** general:
index c4df3f8f364c840c1166dd72fabde035ede1157d..f82afe9fb41583501172cc9505f480f9a56f4de0 100644 (file)
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term>
+         <option>-r</option>, <option>--system</option>
+       </term>
+       <listitem>
+         <para>
+           Create a system account.
+         </para>
+         <para>
+           System users will be created with no aging information in
+           <filename>/etc/shadow</filename>, and will use the
+           <option>SYS_UID_MIN</option>-<option>SYS_UID_MAX</option>
+           range for their user's ID instead of
+           <option>UID_MIN</option>-<option>UID_MAX</option> (and their
+           <option>GID</option> counterparts for the creation of groups).
+         </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term>
          <option>-s</option>, <option>--shell</option>