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

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


Author: bubulle
Date: 2006-01-03 07:21:44 +0000 (Tue, 03 Jan 2006)
New Revision: 754

Modified:
   trunk/debian/patches/437_su_-c_option
Log:
Update to curren sources

Modified: trunk/debian/patches/437_su_-c_option
===================================================================
--- trunk/debian/patches/437_su_-c_option	2006-01-03 07:19:47 UTC (rev 753)
+++ trunk/debian/patches/437_su_-c_option	2006-01-03 07:21:44 UTC (rev 754)
@@ -1,7 +1,7 @@
 Index: shadow-4.0.14/src/su.c
 ===================================================================
---- shadow-4.0.14.orig/src/su.c	2005-12-14 23:56:23.000000000 +0100
-+++ shadow-4.0.14/src/su.c	2005-12-15 00:23:41.000000000 +0100
+--- shadow-4.0.14.orig/src/su.c	2006-01-03 08:06:19.989517670 +0100
++++ shadow-4.0.14/src/su.c	2006-01-03 08:21:04.103816515 +0100
 @@ -274,6 +274,7 @@
  	fprintf (stderr, _("Usage: su [options] [login]\n"
  			   "\n"
@@ -39,14 +39,14 @@
 @@ -368,6 +370,9 @@
  				optind--;
  				goto end_su_options;
- 				break; /* NOT REACHED */
+ 				break;	/* NOT REACHED */
 +			case 'c':
-+				command = optarg;
-+				break;
++ 				command = optarg;
++ 				break;
  			case 'h':
  				usage ();
  				break;
-@@ -445,6 +450,8 @@
+@@ -449,6 +454,8 @@
  	}
  
  	doshell = argc == optind;	/* any arguments remaining? */
@@ -55,7 +55,7 @@
  
  	/*
  	 * Get the user's real name. The current UID is used to determine
-@@ -864,6 +871,11 @@
+@@ -868,6 +875,11 @@
  	if (!doshell) {
  		/* Position argv to the remaining arguments */
  		argv += optind;
@@ -69,9 +69,9 @@
  		 * with the rest of the command line included.
 Index: shadow-4.0.14/man/su.1.xml
 ===================================================================
---- shadow-4.0.14.orig/man/su.1.xml	2005-12-14 23:56:22.000000000 +0100
-+++ shadow-4.0.14/man/su.1.xml	2005-12-15 00:31:45.000000000 +0100
-@@ -83,6 +83,18 @@
+--- shadow-4.0.14.orig/man/su.1.xml	2006-01-03 08:06:54.516493483 +0100
++++ shadow-4.0.14/man/su.1.xml	2006-01-03 08:20:03.257249199 +0100
+@@ -87,6 +87,18 @@
      <variablelist remap='IP'>
        <varlistentry>
  	<term>




More information about the Pkg-shadow-commits mailing list