[Pkg-shadow-commits] r413 - branches/experimental/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Tue Jul 26 01:01:58 UTC 2005


Author: nekral-guest
Date: 2005-07-26 01:01:57 +0000 (Tue, 26 Jul 2005)
New Revision: 413

Modified:
   branches/experimental/debian/patches/429_login_FAILLOG_ENAB
Log:
Update to 4.0.11.1


Modified: branches/experimental/debian/patches/429_login_FAILLOG_ENAB
===================================================================
--- branches/experimental/debian/patches/429_login_FAILLOG_ENAB	2005-07-26 01:00:45 UTC (rev 412)
+++ branches/experimental/debian/patches/429_login_FAILLOG_ENAB	2005-07-26 01:01:57 UTC (rev 413)
@@ -26,9 +26,9 @@
  static void check_nologin (void);
  #endif
 @@ -677,6 +677,8 @@
- 			    syslog (LOG_NOTICE,
+ 			    SYSLOG ((LOG_NOTICE,
  				    "TOO MANY LOGIN TRIES (%d)%s FOR `%s'",
- 				    failcount, fromhost, failent_user);
+ 				    failcount, fromhost, failent_user));
 +			    if (pwd && getdef_bool("FAILLOG_ENAB"))
 +			      failure (pwent.pw_uid, tty, &faillog);
  			    fprintf(stderr,




More information about the Pkg-shadow-commits mailing list