[Pkg-shadow-commits] r1862 - in upstream/trunk: . lib

nekral-guest at alioth.debian.org nekral-guest at alioth.debian.org
Mon Feb 25 21:06:30 UTC 2008


Author: nekral-guest
Date: 2008-02-25 21:06:30 +0000 (Mon, 25 Feb 2008)
New Revision: 1862

Modified:
   upstream/trunk/ChangeLog
   upstream/trunk/lib/getdef.c
Log:
Added missing SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN.


Modified: upstream/trunk/ChangeLog
===================================================================
--- upstream/trunk/ChangeLog	2008-02-25 21:03:46 UTC (rev 1861)
+++ upstream/trunk/ChangeLog	2008-02-25 21:06:30 UTC (rev 1862)
@@ -1,12 +1,16 @@
 2008-02-25  Nicolas François  <nicolas.francois at centraliens.net>
 
+	* lib/getdef.c: Added missing SYS_GID_MAX, SYS_GID_MIN,
+	SYS_UID_MAX, and SYS_UID_MIN.
+
+2008-02-25  Nicolas François  <nicolas.francois at centraliens.net>
+
 	* NEWS, src/useradd.c, man/useradd.8.xml: Added options
 	--user-group (-U, Uflg) and --no-user-group (-N, Nflg) to replace
 	nflg.
 	* man/login.defs.d/USERGROUPS_ENAB.xml: useradd now also uses
 	USERGROUPS_ENAB.
 
-
 2008-02-19  Nicolas François  <nicolas.francois at centraliens.net>
 
 	* src/groupmod.c: Add missing 'p' to the getopt_long's optstring.

Modified: upstream/trunk/lib/getdef.c
===================================================================
--- upstream/trunk/lib/getdef.c	2008-02-25 21:03:46 UTC (rev 1861)
+++ upstream/trunk/lib/getdef.c	2008-02-25 21:06:30 UTC (rev 1862)
@@ -77,6 +77,10 @@
 	{"SHA_CRYPT_MIN_ROUNDS", NULL},
 	{"SULOG_FILE", NULL},
 	{"SU_NAME", NULL},
+	{"SYS_GID_MAX", NULL},
+	{"SYS_GID_MIN", NULL},
+	{"SYS_UID_MAX", NULL},
+	{"SYS_UID_MIN", NULL},
 	{"TTYGROUP", NULL},
 	{"TTYPERM", NULL},
 	{"TTYTYPE_FILE", NULL},




More information about the Pkg-shadow-commits mailing list