shadow: set GID_MIN to 1000 to match UID_MIN in login.defs.

This commit is contained in:
Juan RP 2012-07-31 09:50:34 +02:00
parent c1e3214058
commit 02701e54a7
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ SYS_UID_MAX 999
# #
# Min/max values for automatic gid selection in groupadd # Min/max values for automatic gid selection in groupadd
# #
GID_MIN 100 GID_MIN 1000
GID_MAX 60000 GID_MAX 60000
# System accounts # System accounts
SYS_GID_MIN 100 SYS_GID_MIN 100

View file

@ -1,7 +1,7 @@
# Template file for 'shadow' # Template file for 'shadow'
pkgname=shadow pkgname=shadow
version=4.1.5.1 version=4.1.5.1
revision=6 revision=7
build_style=gnu-configure build_style=gnu-configure
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
--libdir=/usr/lib --enable-shared --disable-static --libdir=/usr/lib --enable-shared --disable-static