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

Christian Perrier pkg-shadow-devel@lists.alioth.debian.org
Mon, 20 Jun 2005 21:38:31 +0000


Author: bubulle
Date: 2005-06-20 21:38:30 +0000 (Mon, 20 Jun 2005)
New Revision: 283

Added:
   trunk/debian/patches/402_usermod.8-system-users-range-286258
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Change the system user range in usermod.8
This is Debian specific, hence the 4xx series
Close: #286258


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-06-20 21:07:34 UTC (rev 282)
+++ trunk/debian/changelog	2005-06-20 21:38:30 UTC (rev 283)
@@ -36,6 +36,10 @@
     - Basque updated. Closes: #314303
     - Malagasy updated. Closes: #290842
   * Man pages translation updates:
+  * Man pages correction for Debian specific issues:
+    - 402_usermod.8-system-users-range-286258:
+      Document the system user range from 0 to 999 in Debian
+      Closes: #286258
   * Upstream bugs not fixed in upstream releases or CVS:
   * Upstream bugs already fixed in upstream releases or CVS:
     - Corrected typos in chfn.1. Closes: #312428

Added: trunk/debian/patches/402_usermod.8-system-users-range-286258
===================================================================
--- trunk/debian/patches/402_usermod.8-system-users-range-286258	2005-06-20 21:07:34 UTC (rev 282)
+++ trunk/debian/patches/402_usermod.8-system-users-range-286258	2005-06-20 21:38:30 UTC (rev 283)
@@ -0,0 +1,17 @@
+Goal: Give the correct range for system users : 0-999 instead of 0-99
+
+Status wrt upstream: Not applied because too Debian-specific
+
+Index: shadow-4.0.3/man/usermod.8
+===================================================================
+--- shadow-4.0.3.orig/man/usermod.8	2005-06-20 23:31:40.000000000 +0200
++++ shadow-4.0.3/man/usermod.8	2005-06-20 23:31:56.000000000 +0200
+@@ -91,7 +91,7 @@
+ The numerical value of the user's ID.
+ This value must be unique, unless the \fI-o\fR option is used.
+ The value must be non-negative.
+-Values between 0 and 99 are typically reserved for system accounts.
++Values between 0 and 999 are typically reserved for system accounts.
+ Any files which the user owns and which are located in the directory
+ tree rooted at the user's home directory will have the file user ID
+ changed automatically.

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2005-06-20 21:07:34 UTC (rev 282)
+++ trunk/debian/patches/series	2005-06-20 21:38:30 UTC (rev 283)
@@ -112,6 +112,7 @@
 333_shadow.5-typo_312430
 334_chage.1-typo
 401_cppw_src.dpatch
+402_usermod.8-system-users-range-286258
 403_sg_symlink_162339_163652.dpatch
 404_undef_USE_PAM.dpatch
 405_subsystem_remove_*_in_shell.dpatch