[Pkg-shadow-commits] r318 - trunk/debian/patches

Nicolas FRANCOIS pkg-shadow-devel@lists.alioth.debian.org
Wed, 29 Jun 2005 20:08:52 +0000


Author: nekral-guest
Date: 2005-06-29 20:08:51 +0000 (Wed, 29 Jun 2005)
New Revision: 318

Modified:
   trunk/debian/patches/008_login_more_LOG_UNKFAIL_ENAB
Log:
Add a note about using SYSLOG instead of syslog.


Modified: trunk/debian/patches/008_login_more_LOG_UNKFAIL_ENAB
===================================================================
--- trunk/debian/patches/008_login_more_LOG_UNKFAIL_ENAB	2005-06-29 19:23:19 UTC (rev 317)
+++ trunk/debian/patches/008_login_more_LOG_UNKFAIL_ENAB	2005-06-29 20:08:51 UTC (rev 318)
@@ -18,7 +18,13 @@
    open, we don't have to close it.
  * a HAVE_PAM_FAIL_DELAY is missing
 
+Additional note:
+ * There are direct call to syslog. These calls should be replaced by the
+   indirect SYSLOG, which set the locale to C (this avoid having localized
+   time). However, this change is not done in this patch, but a patch has
+   been submitted upstream.
 
+
 Index: shadow-4.0.3/src/login.c
 ===================================================================
 --- shadow-4.0.3.orig/src/login.c	2005-05-29 00:06:16.954189000 +0200