[Pkg-shadow-commits] r370 - trunk/debian/patches
Nicolas FRANCOIS
pkg-shadow-devel@lists.alioth.debian.org
Sun, 10 Jul 2005 18:02:21 +0000
Author: nekral-guest
Date: 2005-07-10 18:02:20 +0000 (Sun, 10 Jul 2005)
New Revision: 370
Modified:
trunk/debian/patches/429_login_FAILLOG_ENAB
trunk/debian/patches/443_chage_exit_values
Log:
Add a comment in 429 header.
Add a missing end of line in a chage message.
Modified: trunk/debian/patches/429_login_FAILLOG_ENAB
===================================================================
--- trunk/debian/patches/429_login_FAILLOG_ENAB 2005-07-10 12:31:27 UTC (rev 369)
+++ trunk/debian/patches/429_login_FAILLOG_ENAB 2005-07-10 18:02:20 UTC (rev 370)
@@ -4,6 +4,9 @@
Depends: 008_login_more_LOG_UNKFAIL_ENAB
Fixes: #192849
+Note: It could be removed if pam_tally could report the number of failures
+ preceding a successful login.
+
Index: shadow-4.0.3/src/login.c
===================================================================
--- shadow-4.0.3.orig/src/login.c
Modified: trunk/debian/patches/443_chage_exit_values
===================================================================
--- trunk/debian/patches/443_chage_exit_values 2005-07-10 12:31:27 UTC (rev 369)
+++ trunk/debian/patches/443_chage_exit_values 2005-07-10 18:02:20 UTC (rev 370)
@@ -104,7 +104,7 @@
#ifdef SHADOWPWD
+ if (!spw_file_present()) {
+ fprintf (stderr,
-+ _("%s: the shadow password file is not present"),
++ _("%s: the shadow password file is not present\n"),
+ Prog);
+ SYSLOG ((LOG_ERR, "can't find the shadow password file"));
+ closelog ();