[Pkg-shadow-commits] r1857 - in upstream/trunk: . src

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Feb 19 21:26:05 UTC 2008


Author: nekral-guest
Date: 2008-02-19 21:26:04 +0000 (Tue, 19 Feb 2008)
New Revision: 1857

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/src/groupmod.c
Log:
Add missing 'p' to the getopt_long's optstring.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-02-19 21:21:52 UTC (rev 1856)
+++ upstream/trunk/ChangeLog	2008-02-19 21:26:04 UTC (rev 1857)
@@ -1,5 +1,9 @@
 2008-02-19  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/groupmod.c: Add missing 'p' to the getopt_long's optstring.
+
+2008-02-19  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* src/groupadd.c: Add missing 'p' to the getopt_long's optstring.
 	* src/groupadd.c: Fix --non-unique's has_arg field to no_argument
 	instead of required_argument.

Modified: upstream/trunk/src/groupmod.c
===================================================================
--- upstream/trunk/src/groupmod.c	2008-02-19 21:21:52 UTC (rev 1856)
+++ upstream/trunk/src/groupmod.c	2008-02-19 21:26:04 UTC (rev 1857)
@@ -369,7 +369,7 @@
 			{NULL, 0, NULL, '\0'}
 		};
 		while ((c =
-			getopt_long (argc, argv, "g:hn:o",
+			getopt_long (argc, argv, "g:hn:op:",
 				     long_options, &option_index)) != -1) {
 			switch (c) {
 			case 'g':




More information about the Pkg-shadow-commits mailing list