[Pkg-shadow-commits] r517 - branches/experimental/debian/patches

Nicolas FRANCOIS nekral-guest at costa.debian.org
Thu Sep 1 13:17:02 UTC 2005


Author: nekral-guest
Date: 2005-09-01 13:17:01 +0000 (Thu, 01 Sep 2005)
New Revision: 517

Added:
   branches/experimental/debian/patches/449_comment_missplaced
Removed:
   branches/experimental/debian/patches/362_warning_messages
Modified:
   branches/experimental/debian/patches/series
Log:
362 changed, move it to a 4xx


Deleted: branches/experimental/debian/patches/362_warning_messages
===================================================================
--- branches/experimental/debian/patches/362_warning_messages	2005-09-01 13:15:18 UTC (rev 516)
+++ branches/experimental/debian/patches/362_warning_messages	2005-09-01 13:17:01 UTC (rev 517)
@@ -1,32 +0,0 @@
-Goal: remove warnings when the codetries to access unsupported variables
-      in login.defs, or when login.defs contains unsupported variables.
-
-Status wrt to upstream: applied for 4.0.11
-
-Note: upstream and Debian login.defs and lib/getdef.c will have to be
-      different if some utilities are not built with their PAM support.
-
-Index: shadow-4.0.12/libmisc/setupenv.c
-===================================================================
---- shadow-4.0.12.orig/libmisc/setupenv.c	2005-08-17 11:49:12.000000000 +0200
-+++ shadow-4.0.12/libmisc/setupenv.c	2005-08-17 11:51:18.000000000 +0200
-@@ -234,9 +234,6 @@
- 
- 	addenv ("SHELL", info->pw_shell);
- 
--	/*
--	 * Create the PATH environmental variable and export it.
--	 */
- 
- 	/*
- 	 * Export the user name.  For BSD derived systems, it's "USER", for
-@@ -247,6 +244,9 @@
- 	addenv ("LOGNAME", info->pw_name);
- 
- #ifndef USE_PAM
-+	/*
-+	 * Create the PATH environmental variable and export it.
-+	 */
- 	cp = getdef_str ((info->pw_uid == 0) ? "ENV_SUPATH" : "ENV_PATH");
- 
- 	if (!cp) {

Copied: branches/experimental/debian/patches/449_comment_missplaced (from rev 516, branches/experimental/debian/patches/362_warning_messages)

Modified: branches/experimental/debian/patches/series
===================================================================
--- branches/experimental/debian/patches/series	2005-09-01 13:15:18 UTC (rev 516)
+++ branches/experimental/debian/patches/series	2005-09-01 13:17:01 UTC (rev 517)
@@ -56,7 +56,7 @@
 426_grpck_group-gshadow_members_consistency
 427_chage_expiry_0
 442_useradd-O_option
-362_warning_messages
+449_comment_missplaced
 443_chage_exit_values
 365_PAM_copy_environ_later
 445_su_password_expired




More information about the Pkg-shadow-commits mailing list