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

Nicolas FRANCOIS nekral-guest at costa.debian.org
Mon Aug 29 19:53:10 UTC 2005


Author: nekral-guest
Date: 2005-08-29 19:53:09 +0000 (Mon, 29 Aug 2005)
New Revision: 494

Modified:
   branches/experimental/debian/patches/437_su_add_GNU_options_3
   branches/experimental/debian/patches/437_su_add_GNU_options_6
Log:
Just a refresh.


Modified: branches/experimental/debian/patches/437_su_add_GNU_options_3
===================================================================
--- branches/experimental/debian/patches/437_su_add_GNU_options_3	2005-08-29 19:49:37 UTC (rev 493)
+++ branches/experimental/debian/patches/437_su_add_GNU_options_3	2005-08-29 19:53:09 UTC (rev 494)
@@ -4,8 +4,8 @@
        the environment, or if the user has a restricted shell.
 Index: shadow-4.0.12/src/su.c
 ===================================================================
---- shadow-4.0.12.orig/src/su.c	2005-08-17 11:50:41.000000000 +0200
-+++ shadow-4.0.12/src/su.c	2005-08-17 11:50:42.000000000 +0200
+--- shadow-4.0.12.orig/src/su.c	2005-08-29 21:49:10.000000000 +0200
++++ shadow-4.0.12/src/su.c	2005-08-29 21:49:11.000000000 +0200
 @@ -185,7 +185,10 @@
   * have been applied.  Some work was needed to get it integrated into
   * su.c from shadow.
@@ -48,7 +48,7 @@
  	args[argno] = NULL;
  
  #ifndef USE_PAM
-@@ -699,7 +710,9 @@
+@@ -716,7 +727,9 @@
  		addenv ("PATH", cp);
  	}
  

Modified: branches/experimental/debian/patches/437_su_add_GNU_options_6
===================================================================
--- branches/experimental/debian/patches/437_su_add_GNU_options_6	2005-08-29 19:49:37 UTC (rev 493)
+++ branches/experimental/debian/patches/437_su_add_GNU_options_6	2005-08-29 19:53:09 UTC (rev 494)
@@ -2,8 +2,8 @@
 
 Index: shadow-4.0.12/src/su.c
 ===================================================================
---- shadow-4.0.12.orig/src/su.c	2005-08-17 11:50:44.000000000 +0200
-+++ shadow-4.0.12/src/su.c	2005-08-17 11:50:46.000000000 +0200
+--- shadow-4.0.12.orig/src/su.c	2005-08-29 21:49:22.000000000 +0200
++++ shadow-4.0.12/src/su.c	2005-08-29 21:49:24.000000000 +0200
 @@ -617,7 +617,7 @@
  	 * Set the default shell.
  	 */
@@ -12,4 +12,4 @@
 +	if (pwent.pw_shell == NULL || pwent.pw_shell[0] == '\0')
  		pwent.pw_shell = "/bin/sh";	/* XXX warning: const */
  
- 	signal (SIGINT, SIG_IGN);
+ 	/* If the user do not want to change the environment,




More information about the Pkg-shadow-commits mailing list