From ae2a17ec1c415a115624bab07872cf883f7069f9 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 14 Apr 2009 21:38:52 +0000 Subject: [PATCH] * debian/login.defs: Update GID_MIN to 1000. This is more consistent with UID_MIN, SYS_GID_MAX and the usage of the same ID for UID and GIDs. This should also be more consistent with the assignment of system group IDs starting from GID_MAX and going down. --- debian/changelog | 6 +++++- debian/login.defs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7e5058d2..6947e39d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -71,8 +71,12 @@ shadow (1:4.1.3-1) unstable; urgency=low users). Closes: #487105 * debian/patches/200_bin_nb: Updated Norwegian Bokmål translation. Closes: #523798 + * debian/login.defs: Update GID_MIN to 1000. This is more consistent with + UID_MIN, SYS_GID_MAX and the usage of the same ID for UID and GIDs. This + should also be more consistent with the assignment of system group IDs + starting from GID_MAX and going down. - -- Nicolas FRANCOIS (Nekral) Sat, 14 Mar 2009 18:44:29 +0100 + -- Nicolas FRANCOIS (Nekral) Tue, 14 Apr 2009 23:33:22 +0200 shadow (1:4.1.1-4) unstable; urgency=low diff --git a/debian/login.defs b/debian/login.defs index f64bdb51..674df61c 100644 --- a/debian/login.defs +++ b/debian/login.defs @@ -183,7 +183,7 @@ UID_MAX 60000 # # Min/max values for automatic gid selection in groupadd # -GID_MIN 100 +GID_MIN 1000 GID_MAX 60000 # System accounts #SYS_GID_MIN 100