]> granicus.if.org Git - shadow/commitdiff
Added missing SYS_GID_MAX, SYS_GID_MIN, SYS_UID_MAX, and SYS_UID_MIN.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 25 Feb 2008 21:06:30 +0000 (21:06 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 25 Feb 2008 21:06:30 +0000 (21:06 +0000)
ChangeLog
lib/getdef.c

index a0387c60587cf417c724f741b4dd8d11948f2d37..ddf1b309d450028da6fce5115c691c73459f4bbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-25  Nicolas François  <nicolas.francois@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@centraliens.net>
 
        * NEWS, src/useradd.c, man/useradd.8.xml: Added options
@@ -6,7 +11,6 @@
        * man/login.defs.d/USERGROUPS_ENAB.xml: useradd now also uses
        USERGROUPS_ENAB.
 
-
 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/groupmod.c: Add missing 'p' to the getopt_long's optstring.
index 4d8603634d0e4f91f8d9f20af5025c44a9020296..ef7dd23d9d977d7f1f5b45149a1f25241f57d941 100644 (file)
@@ -77,6 +77,10 @@ static struct itemdef def_table[] = {
        {"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},