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

Christian Perrier bubulle at costa.debian.org
Tue Jan 3 07:19:48 UTC 2006


Author: bubulle
Date: 2006-01-03 07:19:47 +0000 (Tue, 03 Jan 2006)
New Revision: 753

Removed:
   trunk/debian/patches/476_su_ignore_--
Modified:
   trunk/debian/patches/series
Log:
Patch has been applied upstream

Deleted: trunk/debian/patches/476_su_ignore_--
===================================================================
--- trunk/debian/patches/476_su_ignore_--	2006-01-03 07:18:35 UTC (rev 752)
+++ trunk/debian/patches/476_su_ignore_--	2006-01-03 07:19:47 UTC (rev 753)
@@ -1,22 +0,0 @@
-Index: shadow-4.0.14/src/su.c
-===================================================================
---- shadow-4.0.14.orig/src/su.c	2005-12-14 23:32:01.000000000 +0100
-+++ shadow-4.0.14/src/su.c	2005-12-14 23:36:04.000000000 +0100
-@@ -393,6 +393,8 @@
- 		if (optind < argc && !strcmp (argv[optind], "-")) {
- 			fakelogin = 1;
- 			optind++;
-+			if (optind < argc && !strcmp(argv[optind], "--"))
-+				optind++;
- 		}
- 	}
- 
-@@ -433,6 +435,8 @@
- 	 */
- 	if (optind < argc && argv[optind][0] != '-') {
- 		STRFCPY (name, argv[optind++]);	/* use this login id */
-+		if (optind < argc && !strcmp(argv[optind], "--"))
-+			optind++;
- 	}
- 	if (!name[0])		/* use default user ID */
- 	{

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2006-01-03 07:18:35 UTC (rev 752)
+++ trunk/debian/patches/series	2006-01-03 07:19:47 UTC (rev 753)
@@ -41,7 +41,6 @@
 468_duplicate_passwd_struct_before_usage
 502_fix_generated_man_pages
 470_su.1_document_options
-476_su_ignore_--
 437_su_-c_option
 423_su_arguments_are_concatenated
 478_nologin.8.xml




More information about the Pkg-shadow-commits mailing list