[Pkg-shadow-commits] r448 - branches/experimental/debian/patches
Christian Perrier
bubulle at costa.debian.org
Wed Aug 17 08:18:14 UTC 2005
Author: bubulle
Date: 2005-08-17 08:18:14 +0000 (Wed, 17 Aug 2005)
New Revision: 448
Modified:
branches/experimental/debian/patches/437_su_add_GNU_options_4
Log:
Refresh for 4.0.12
Modified: branches/experimental/debian/patches/437_su_add_GNU_options_4
===================================================================
--- branches/experimental/debian/patches/437_su_add_GNU_options_4 2005-08-17 08:17:38 UTC (rev 447)
+++ branches/experimental/debian/patches/437_su_add_GNU_options_4 2005-08-17 08:18:14 UTC (rev 448)
@@ -11,11 +11,11 @@
* if fakelogin, some env variables are set. This must not be done if
--preserve-environment wasspecified (for users whose shell is not
restricted)
-Index: shadow-4.0.10/src/su.c
+Index: shadow-4.0.12/src/su.c
===================================================================
---- shadow-4.0.10.orig/src/su.c 2005-07-22 19:39:09.000000000 +0200
-+++ shadow-4.0.10/src/su.c 2005-07-22 19:51:55.000000000 +0200
-@@ -212,14 +212,14 @@
+--- shadow-4.0.12.orig/src/su.c 2005-08-17 10:16:56.000000000 +0200
++++ shadow-4.0.12/src/su.c 2005-08-17 10:17:47.000000000 +0200
+@@ -208,14 +208,14 @@
shell_basename = getdef_str ("SU_NAME");
if (!shell_basename)
@@ -32,7 +32,7 @@
argno = 1;
if (command) {
-@@ -236,20 +236,14 @@
+@@ -232,20 +232,14 @@
args[argno] = NULL;
#ifndef USE_PAM
@@ -55,7 +55,7 @@
{
int exit_status = (errno == ENOENT ? 127 : 126);
-@@ -468,40 +462,6 @@
+@@ -464,40 +458,6 @@
additional_args = argv + optind;
/*
@@ -96,7 +96,7 @@
* Get the user's real name. The current UID is used to determine
* who has executed su. That user ID must exist.
*/
-@@ -568,6 +528,40 @@
+@@ -564,6 +524,40 @@
#endif /* !USE_PAM */
pwent = *pw;
More information about the Pkg-shadow-commits
mailing list