[Pkg-shadow-commits] r369 - trunk/debian/patches
Nicolas FRANCOIS
pkg-shadow-devel@lists.alioth.debian.org
Sun, 10 Jul 2005 12:31:28 +0000
Author: nekral-guest
Date: 2005-07-10 12:31:27 +0000 (Sun, 10 Jul 2005)
New Revision: 369
Modified:
trunk/debian/patches/429_login_FAILLOG_ENAB
Log:
Update the header. A rationnal was found for this bug.
Modified: trunk/debian/patches/429_login_FAILLOG_ENAB
===================================================================
--- trunk/debian/patches/429_login_FAILLOG_ENAB 2005-07-10 12:17:56 UTC (rev 368)
+++ trunk/debian/patches/429_login_FAILLOG_ENAB 2005-07-10 12:31:27 UTC (rev 369)
@@ -1,16 +1,9 @@
-Goal: ??
+Goal: Re-enable logging and displaying failures on login when login is
+ compiled with PAM and when FAILLOG_ENAB is set to yes. And create the
+ faillog file if it does not exist on postinst (as on Woody).
Depends: 008_login_more_LOG_UNKFAIL_ENAB
+Fixes: #192849
-Notes:
- * I've not found a related entry in the changelog.
- * This patch looks strang to me. It adds #ifndef USE_PAM in section already
- enclosed by either #ifdef USE_PAM or #ifndef USE_PAM.
-
- IMHO, it should ignored or rewritten.
-
- src/login.c | 15 +++++++++++++--
- 1 files changed, 13 insertions(+), 2 deletions(-)
-
Index: shadow-4.0.3/src/login.c
===================================================================
--- shadow-4.0.3.orig/src/login.c