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

Nicolas FRANCOIS nekral-guest at costa.debian.org
Thu Dec 15 00:37:09 UTC 2005


Author: nekral-guest
Date: 2005-12-15 00:37:08 +0000 (Thu, 15 Dec 2005)
New Revision: 713

Modified:
   trunk/debian/patches/437_su_-c_option
Log:
I forgot the -c argument.


Modified: trunk/debian/patches/437_su_-c_option
===================================================================
--- trunk/debian/patches/437_su_-c_option	2005-12-14 23:42:51 UTC (rev 712)
+++ trunk/debian/patches/437_su_-c_option	2005-12-15 00:37:08 UTC (rev 713)
@@ -32,7 +32,7 @@
  
  		while ((c =
 -			getopt_long (argc, argv, "-hlmps:", long_options,
-+			getopt_long (argc, argv, "-chlmps:", long_options,
++			getopt_long (argc, argv, "-c:hlmps:", long_options,
  				     &option_index)) != -1) {
  			switch (c) {
  			case 1:




More information about the Pkg-shadow-commits mailing list