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

Christian Perrier bubulle at costa.debian.org
Tue Jan 3 07:12:21 UTC 2006


Author: bubulle
Date: 2006-01-03 07:12:20 +0000 (Tue, 03 Jan 2006)
New Revision: 749

Removed:
   trunk/debian/patches/472_su_exported_variables
Modified:
   trunk/debian/patches/series
Log:
Patch has been applied upstream

Deleted: trunk/debian/patches/472_su_exported_variables
===================================================================
--- trunk/debian/patches/472_su_exported_variables	2006-01-03 07:10:58 UTC (rev 748)
+++ trunk/debian/patches/472_su_exported_variables	2006-01-03 07:12:20 UTC (rev 749)
@@ -1,20 +0,0 @@
-Index: shadow-4.0.14/src/su.c
-===================================================================
---- shadow-4.0.14.orig/src/su.c	2005-12-14 22:25:39.000000000 +0100
-+++ shadow-4.0.14/src/su.c	2005-12-14 22:46:42.000000000 +0100
-@@ -826,11 +826,13 @@
- #endif				/* !USE_PAM */
- 
- 	if (change_environment) {
--		if (fakelogin)
-+		if (fakelogin) {
-+			pwent.pw_shell = shellstr;
- 			setup_env (&pwent);
--		else {
-+		} else {
- 			addenv ("HOME", pwent.pw_dir);
- 			addenv ("USER", pwent.pw_name);
-+			addenv ("LOGNAME", pwent.pw_name);
- 			addenv ("SHELL", shellstr);
- 		}
- 	}

Modified: trunk/debian/patches/series
===================================================================
--- trunk/debian/patches/series	2006-01-03 07:10:58 UTC (rev 748)
+++ trunk/debian/patches/series	2006-01-03 07:12:20 UTC (rev 749)
@@ -41,7 +41,6 @@
 468_duplicate_passwd_struct_before_usage
 502_fix_generated_man_pages
 470_su.1_document_options
-472_su_exported_variables
 473_su_fix_comments
 474_useradd_fix_comments
 475_su_use_amroot_instead_of_getuid




More information about the Pkg-shadow-commits mailing list