[Pkg-shadow-commits] r1373 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Sat Nov 17 16:57:37 UTC 2007


Author: nekral-guest
Date: 2007-11-17 16:57:37 +0000 (Sat, 17 Nov 2007)
New Revision: 1373

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/passwd.c
Log:
Fix typo: the warndays option was called warning.  This is now warndays,
as documented in the manpage and usage.  Debian patch 417_passwd_warndays.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2007-11-17 16:50:26 UTC (rev 1372)
+++ upstream/trunk/ChangeLog	2007-11-17 16:57:37 UTC (rev 1373)
@@ -1,5 +1,11 @@
 2007-11-17  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/passwd.c: Fix typo: the warndays option was called warning.
+	This is now warndays, as documented in the manpage and usage.
+	Debian patch 417_passwd_warndays.
+
+2007-11-17  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, src/pwck.c: Remove the preprocessor check SHADOWPWD. The
 	variable is no more defined (and always assumed).
 	Debian patch 493_pwck_no_SHADOWPWD.

Modified: upstream/trunk/src/passwd.c
===================================================================
--- upstream/trunk/src/passwd.c	2007-11-17 16:50:26 UTC (rev 1372)
+++ upstream/trunk/src/passwd.c	2007-11-17 16:57:37 UTC (rev 1373)
@@ -654,7 +654,7 @@
 			{"repository", required_argument, NULL, 'r'},
 			{"status", no_argument, NULL, 'S'},
 			{"unlock", no_argument, NULL, 'u'},
-			{"warning", required_argument, NULL, 'w'},
+			{"warndays", required_argument, NULL, 'w'},
 			{"maxdays", required_argument, NULL, 'x'},
 			{NULL, 0, NULL, '\0'}
 		};




More information about the Pkg-shadow-commits mailing list