[Pkg-shadow-commits] r1912 - in debian/trunk/debian: . patches
nekral-guest at alioth.debian.org
nekral-guest at alioth.debian.org
Wed Mar 19 18:38:29 UTC 2008
Author: nekral-guest
Date: 2008-03-19 18:38:28 +0000 (Wed, 19 Mar 2008)
New Revision: 1912
Removed:
debian/trunk/debian/patches/451_login_PATH
Modified:
debian/trunk/debian/changelog
Log:
451_login_PATH was applied upstream.
Modified: debian/trunk/debian/changelog
===================================================================
--- debian/trunk/debian/changelog 2008-03-19 18:37:09 UTC (rev 1911)
+++ debian/trunk/debian/changelog 2008-03-19 18:38:28 UTC (rev 1912)
@@ -7,6 +7,8 @@
Closes: #461670
- Fix infinite loop in usermod when two groups have the same name.
Closes: #470745
+ - Remove patches applied upstream:
+ + debian/patches/451_login_PATH
* debian/watch: Add a watch file for shadow.
-- Nicolas FRANCOIS (Nekral) <nicolas.francois at centraliens.net> Sun, 24 Feb 2008 18:33:31 +0100
Deleted: debian/trunk/debian/patches/451_login_PATH
===================================================================
--- debian/trunk/debian/patches/451_login_PATH 2008-03-19 18:37:09 UTC (rev 1911)
+++ debian/trunk/debian/patches/451_login_PATH 2008-03-19 18:38:28 UTC (rev 1912)
@@ -1,36 +0,0 @@
-Goal: set PATH according to ENV_SUPATH and ENV_PATH (for login), as for
- su.
-Fixes: #330803
-
-Status wrt upstream:
-
-Index: shadow-4.1.0/libmisc/setupenv.c
-===================================================================
---- shadow-4.1.0.orig/libmisc/setupenv.c
-+++ shadow-4.1.0/libmisc/setupenv.c
-@@ -186,8 +186,8 @@
- {
- #ifndef USE_PAM
- char *envf;
-- char *cp;
- #endif
-+ char *cp;
-
- /*
- * Change the current working directory to be the home directory
-@@ -242,7 +242,6 @@
- addenv ("USER", info->pw_name);
- addenv ("LOGNAME", info->pw_name);
-
--#ifndef USE_PAM
- /*
- * Create the PATH environmental variable and export it.
- */
-@@ -259,6 +258,7 @@
- /* only value specified without "PATH=" */
- addenv ("PATH", cp);
- }
-+#ifndef USE_PAM
-
- /*
- * Create the MAIL environmental variable and export it. login.defs
More information about the Pkg-shadow-commits
mailing list