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

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Tue Feb 19 21:10:18 UTC 2008


Author: nekral-guest
Date: 2008-02-19 21:10:17 +0000 (Tue, 19 Feb 2008)
New Revision: 1853

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


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-02-19 21:05:44 UTC (rev 1852)
+++ upstream/trunk/ChangeLog	2008-02-19 21:10:17 UTC (rev 1853)
@@ -1,5 +1,9 @@
 2008-02-19  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* src/groupadd.c: Add missing 'p' to the getopt_long's optstring.
+
+2008-02-19  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, etc/login.defs: Set GID_MIN to the same value as UID_MIN
 	by default (1000).
 	* NEWS, etc/login.defs: Added variables SYS_UID_MIN (100),

Modified: upstream/trunk/src/groupadd.c
===================================================================
--- upstream/trunk/src/groupadd.c	2008-02-19 21:05:44 UTC (rev 1852)
+++ upstream/trunk/src/groupadd.c	2008-02-19 21:10:17 UTC (rev 1853)
@@ -364,7 +364,7 @@
 	};
 
 	while ((c =
-		getopt_long (argc, argv, "fg:hK:or", long_options,
+		getopt_long (argc, argv, "fg:hK:op:r", long_options,
 		             &option_index)) != -1) {
 		switch (c) {
 		case 'f':




More information about the Pkg-shadow-commits mailing list