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

Nicolas FRANCOIS nekral-guest at costa.debian.org
Thu Jan 5 00:02:48 UTC 2006


Author: nekral-guest
Date: 2006-01-05 00:02:43 +0000 (Thu, 05 Jan 2006)
New Revision: 763

Removed:
   trunk/debian/patches/365_su_logs_like_login
   trunk/debian/patches/477_su.1.xml_--shell_missing_argument
Modified:
   trunk/debian/patches/series
Log:
Remove some other patches already applied upstream.


Deleted: trunk/debian/patches/365_su_logs_like_login
===================================================================
--- trunk/debian/patches/365_su_logs_like_login	2006-01-04 23:55:36 UTC (rev 762)
+++ trunk/debian/patches/365_su_logs_like_login	2006-01-05 00:02:43 UTC (rev 763)
@@ -1,25 +0,0 @@
-Goal: Log successful/failed su through syslog
-
-Fixes: #190215
-
-Status wrt upstream: Fixed in 4.0.14
-
-Index: shadow-4.0.13/libmisc/sulog.c
-===================================================================
---- shadow-4.0.13.orig/libmisc/sulog.c	2005-08-31 19:24:58.000000000 +0200
-+++ shadow-4.0.13/libmisc/sulog.c	2005-10-27 18:19:27.168072616 +0200
-@@ -49,6 +49,14 @@
- 	FILE *fp;
- 	mode_t oldmask;
- 
-+	if (success) {
-+		SYSLOG ((LOG_INFO,
-+			"Successful su for %s by %s",name,oldname));
-+	} else {
-+		SYSLOG ((LOG_NOTICE,
-+			"FAILED su for %s by %s",name,oldname));
-+	}
-+
- 	if ((sulog_file = getdef_str ("SULOG_FILE")) == (char *) 0)
- 		return;
- 

Deleted: trunk/debian/patches/477_su.1.xml_--shell_missing_argument
===================================================================
--- trunk/debian/patches/477_su.1.xml_--shell_missing_argument	2006-01-04 23:55:36 UTC (rev 762)
+++ trunk/debian/patches/477_su.1.xml_--shell_missing_argument	2006-01-05 00:02:43 UTC (rev 763)
@@ -1,12 +0,0 @@
-Index: shadow-4.0.14/man/su.1.xml
-===================================================================
---- shadow-4.0.14.orig/man/su.1.xml	2005-12-15 00:34:30.000000000 +0100
-+++ shadow-4.0.14/man/su.1.xml	2005-12-15 00:35:58.000000000 +0100
-@@ -101,6 +101,7 @@
-       <varlistentry>
- 	<term>
- 	  <option>-s</option>, <option>--shell</option>
-+	  <replaceable>SHELL</replaceable>
- 	</term>
- 	<listitem>
- 	  <para>The shell that will be invoked.</para>

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2006-01-04 23:55:36 UTC (rev 762)
+++ trunk/debian/patches/series	2006-01-05 00:02:43 UTC (rev 763)
@@ -34,7 +34,6 @@
 #462_warn_to_edit_shadow
 #463_login_delay_obeys_to_PAM
 #464_login_service_configurable
-#365_su_logs_like_login
 #466_useradd_-r_LSB
 #End of holiday patches
 366_fflush-prompt




More information about the Pkg-shadow-commits mailing list