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

Christian Perrier bubulle at costa.debian.org
Wed May 31 16:13:32 UTC 2006


Author: bubulle
Date: 2006-05-31 16:13:32 +0000 (Wed, 31 May 2006)
New Revision: 1004

Modified:
   trunk/debian/patches/008_login_log_failure_in_FTMP
Log:
Adapted for 4.0.16

Modified: trunk/debian/patches/008_login_log_failure_in_FTMP
===================================================================
--- trunk/debian/patches/008_login_log_failure_in_FTMP	2006-05-31 16:10:41 UTC (rev 1003)
+++ trunk/debian/patches/008_login_log_failure_in_FTMP	2006-05-31 16:13:32 UTC (rev 1004)
@@ -4,10 +4,10 @@
  * I'm not sure login should add an entry in the FTMP file when PAM is used.
    (but nothing in /etc/login.defs indicates that the failure is not logged)
 
-Index: shadow-4.0.15/src/login.c
+Index: shadow-4.0.16/src/login.c
 ===================================================================
---- shadow-4.0.15.orig/src/login.c	2006-03-08 19:33:13.424419158 +0100
-+++ shadow-4.0.15/src/login.c	2006-03-08 19:33:14.653170248 +0100
+--- shadow-4.0.16.orig/src/login.c	2006-05-31 22:58:28.365380776 +0700
++++ shadow-4.0.16/src/login.c	2006-05-31 23:07:49.702044632 +0700
 @@ -716,6 +716,20 @@
  #endif				/* WITH_AUDIT */
  
@@ -29,21 +29,21 @@
  
  			  /* Let's give it another go around */
  			  pam_set_item(pamh,PAM_USER,NULL);
-Index: shadow-4.0.15/lib/getdef.c
+Index: shadow-4.0.16/lib/getdef.c
 ===================================================================
---- shadow-4.0.15.orig/lib/getdef.c	2006-03-08 19:32:13.201618584 +0100
-+++ shadow-4.0.15/lib/getdef.c	2006-03-08 19:33:14.656169640 +0100
+--- shadow-4.0.16.orig/lib/getdef.c	2006-05-13 06:13:10.000000000 +0700
++++ shadow-4.0.16/lib/getdef.c	2006-05-31 23:13:25.206040272 +0700
 @@ -57,6 +57,7 @@
  	{"ERASECHAR", NULL},
  	{"FAIL_DELAY", NULL},
  	{"FAKE_SHELL", NULL},
 +	{"FTMP_FILE", NULL},
- 	{"GETPASS_ASTERISKS", NULL},
  	{"GID_MAX", NULL},
  	{"GID_MIN", NULL},
-@@ -90,7 +91,6 @@
+ 	{"HUSHLOGIN_FILE", NULL},
+@@ -88,7 +89,6 @@
+ 	{"ENVIRON_FILE", NULL},
  	{"ENV_TZ", NULL},
- 	{"ENVIRON_FILE", NULL},
  	{"FAILLOG_ENAB", NULL},
 -	{"FTMP_FILE", NULL},
  	{"ISSUE_FILE", NULL},




More information about the Pkg-shadow-commits mailing list