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

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Oct 6 08:12:18 UTC 2007


Author: bubulle
Date: 2007-10-06 08:12:17 +0000 (Sat, 06 Oct 2007)
New Revision: 1218

Added:
   trunk/debian/patches/417_passwd_warndays
Modified:
   trunk/debian/changelog
   trunk/debian/patches/series
Log:
Correct the long option name for "-w" in passwd


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-09-29 11:42:39 UTC (rev 1217)
+++ trunk/debian/changelog	2007-10-06 08:12:17 UTC (rev 1218)
@@ -3,6 +3,8 @@
   * Upstream bugs not fixed in upstream's CVS:
     - debian/securetty.linux: Added xvc0 and hvc0 consoles to the Linux's
       consoles where root login is allowed. Closes: #423389
+    - debian/patches/417_passwd_warndays: Correct the long option name for
+      "-w" from "warning" to "warndays". Closes: #445481
   * Upstream translation updates:
     - debian/patches/105_zh_CN: Update Simplified Chinese translation
       Closes: #431287

Added: trunk/debian/patches/417_passwd_warndays
===================================================================
--- trunk/debian/patches/417_passwd_warndays	                        (rev 0)
+++ trunk/debian/patches/417_passwd_warndays	2007-10-06 08:12:17 UTC (rev 1218)
@@ -0,0 +1,21 @@
+Goal: Use "warndays as long option for "-w" and not "warning"
+
+Fixes: #445481
+
+Status wrt upstream: Not reported yet. Should be applied
+
+Note: 
+
+Index: shadow-4.0.18.1/src/passwd.c
+===================================================================
+--- shadow-4.0.18.1.orig/src/passwd.c
++++ shadow-4.0.18.1/src/passwd.c
+@@ -655,7 +655,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'}
+ 		};

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2007-09-29 11:42:39 UTC (rev 1217)
+++ trunk/debian/patches/series	2007-10-06 08:12:17 UTC (rev 1218)
@@ -66,3 +66,4 @@
 494_passwd_lock
 415_login_put-echoctl-back
 416_man-fr_newgrp
+417_passwd_warndays




More information about the Pkg-shadow-commits mailing list