[Pkg-shadow-commits] r965 - in trunk/debian: . patches

Christian Perrier bubulle at costa.debian.org
Fri Apr 28 13:34:32 UTC 2006


Author: bubulle
Date: 2006-04-28 13:34:31 +0000 (Fri, 28 Apr 2006)
New Revision: 965

Added:
   trunk/debian/patches/303_usermod_-a_in_man
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Add patch to fix usermod man page for -a


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-25 13:57:07 UTC (rev 964)
+++ trunk/debian/changelog	2006-04-28 13:34:31 UTC (rev 965)
@@ -4,6 +4,8 @@
   * Fix UNRELEASED in the NEWS.Debian file. Closes: #364752
   * Debconf translation updates:
     - Dutch translation updated. Closes: #363690
+  * Upstream bugs or fixes fixed in upstream releases or CVS:
+    - 303_usermod_-a_in_man. Document -a in usermod man page. Closes: #365091
 
  -- Christian Perrier <bubulle at debian.org>  Thu, 20 Apr 2006 15:06:26 +0200
 

Added: trunk/debian/patches/303_usermod_-a_in_man
===================================================================
--- trunk/debian/patches/303_usermod_-a_in_man	2006-04-25 13:57:07 UTC (rev 964)
+++ trunk/debian/patches/303_usermod_-a_in_man	2006-04-28 13:34:31 UTC (rev 965)
@@ -0,0 +1,30 @@
+Goal: Add missing -a to usermod man page
+
+Fix: #365091
+
+Author: Christian Perrier <bubulle at debian.org>
+
+Status wrt upstream: Will be in 4.0.16
+
+Index: shadow-4.0.15/man/usermod.8.xml
+===================================================================
+--- shadow-4.0.15.orig/man/usermod.8.xml	2006-04-28 06:56:11.914138840 +0200
++++ shadow-4.0.15/man/usermod.8.xml	2006-04-28 06:57:19.063930520 +0200
+@@ -40,6 +40,17 @@
+     <variablelist remap='IP'>
+       <varlistentry>
+ 	<term>
++	  <option>-a</option>, <option>--append</option>
++	  <replaceable>GROUP</replaceable>
++	</term>
++	<listitem>
++	  <para>
++	    Add the user to the supplemental group.
++	  </para>
++	</listitem>
++      </varlistentry>
++      <varlistentry>
++	<term>
+ 	  <option>-c</option>, <option>--comment</option>
+ 	  <replaceable>COMMENT</replaceable>
+ 	</term>

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2006-04-25 13:57:07 UTC (rev 964)
+++ trunk/debian/patches/series	2006-04-28 13:34:31 UTC (rev 965)
@@ -41,3 +41,4 @@
 592_manpages_typos
 486_chgpasswd.8
 492_correct_exit_status_for_run_commands
+303_usermod_-a_in_man




More information about the Pkg-shadow-commits mailing list