[Pkg-shadow-commits] r1041 - trunk/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Tue Jul 11 20:22:08 UTC 2006


Author: nekral-guest
Date: 2006-07-11 20:22:07 +0000 (Tue, 11 Jul 2006)
New Revision: 1041

Modified:
   trunk/debian/patches/402-clarify_usermod_usage
Log:
Update for 4.0.17


Modified: trunk/debian/patches/402-clarify_usermod_usage
===================================================================
--- trunk/debian/patches/402-clarify_usermod_usage	2006-07-11 20:21:40 UTC (rev 1040)
+++ trunk/debian/patches/402-clarify_usermod_usage	2006-07-11 20:22:07 UTC (rev 1041)
@@ -6,25 +6,25 @@
 
 Status wrt upstream: forwarded but not applied yet
 
-Index: shadow-4.0.16/src/usermod.c
+Index: shadow-4.0.17/src/usermod.c
 ===================================================================
---- shadow-4.0.16.orig/src/usermod.c	2006-05-31 23:24:50.963789248 +0700
-+++ shadow-4.0.16/src/usermod.c	2006-05-31 23:25:10.977746664 +0700
+--- shadow-4.0.17.orig/src/usermod.c	2006-07-11 20:55:57.000000000 +0200
++++ shadow-4.0.17/src/usermod.c	2006-07-11 20:59:23.000000000 +0200
 @@ -277,7 +277,6 @@
- 	fprintf (stderr, _("Usage: usermod [options] login\n"
+ 	fprintf (stderr, _("Usage: usermod [options] LOGIN\n"
  			   "\n"
  			   "Options:\n"
 -			   "  -a, --append GROUP		append the user to the supplemental GROUP\n"
  			   "  -c, --comment COMMENT		new value of the GECOS field\n"
- 			   "  -d, --home HOME_DIR		new login directory for the new user account\n"
+ 			   "  -d, --home HOME_DIR		new home directory for the user account\n"
  			   "  -e, --expiredate EXPIRE_DATE	set account expiration date to EXPIRE_DATE\n"
 @@ -285,6 +284,9 @@
  			   "				to INACTIVE\n"
- 			   "  -g, --gid GROUP		force use GROUP as new initial login group\n"
- 			   "  -G, --groups GROUPS		list of supplementary GROUPS\n"
+ 			   "  -g, --gid GROUP		force use GROUP as new primary group\n"
+ 			   "  -G, --groups GROUPS		new list of supplementary GROUPS\n"
 +			   "  -a, --append		append the user to the supplemental GROUPS\n"
 +			   "				mentioned by the -G option without removing\n"
 +			   "				him/her from other groups\n"
  			   "  -h, --help			display this help message and exit\n"
- 			   "  -l, --login LOGIN		new value of the login name\n"
+ 			   "  -l, --login NEW_LOGIN		new value of the login name\n"
  			   "  -L, --lock			lock the user account\n"




More information about the Pkg-shadow-commits mailing list