]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
adduser was a typo. Move the adduser entries to the useradd section.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 23 Jan 2008 23:48:39 +0000 (23:48 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Wed, 23 Jan 2008 23:48:39 +0000 (23:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a653d295974852f944f6261288338e60417ce778..f3cec99652c3fe3b26cfbf2b738c523fcc6f21d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,6 @@ shadow-4.1.0 -> shadow-4.1.1                                           UNRELEASED
 *** general:
 - packaging
   * Do not install the shadow library per default.
-- adduser
-  * Fix the handling of the --defaults option (it required an argument,
-    but should behave as -D)
-  * Document the --defaults option, which was already described in the
-    useradd's Usage information.
 - chage
   * Fix bug which forbid to set the aging information of an account with a
     passwd entry, but no shadow entry.
@@ -47,6 +42,10 @@ shadow-4.1.0 -> shadow-4.1.1                                         UNRELEASED
   * If started as init, start a new session.
 - useradd
   * New option -l to avoid adding the user to the lastlog and faillog databases.
+  * Fix the handling of the --defaults option (it required an argument,
+    but should behave as -D)
+  * Document the --defaults option, which was already described in the
+    useradd's Usage information.
 - usermod
   * Keep the access and modification time of files when moving an user's home
     directory.