From 02701e54a76e5d1dea598c91532a28bf64021fe4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 31 Jul 2012 09:50:34 +0200 Subject: [PATCH] shadow: set GID_MIN to 1000 to match UID_MIN in login.defs. --- srcpkgs/shadow/files/login.defs | 2 +- srcpkgs/shadow/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shadow/files/login.defs b/srcpkgs/shadow/files/login.defs index 8253f5e38d..8cf1ae5f14 100644 --- a/srcpkgs/shadow/files/login.defs +++ b/srcpkgs/shadow/files/login.defs @@ -30,7 +30,7 @@ SYS_UID_MAX 999 # # Min/max values for automatic gid selection in groupadd # -GID_MIN 100 +GID_MIN 1000 GID_MAX 60000 # System accounts SYS_GID_MIN 100 diff --git a/srcpkgs/shadow/template b/srcpkgs/shadow/template index 07fab751d5..84e480af6d 100644 --- a/srcpkgs/shadow/template +++ b/srcpkgs/shadow/template @@ -1,7 +1,7 @@ # Template file for 'shadow' pkgname=shadow version=4.1.5.1 -revision=6 +revision=7 build_style=gnu-configure configure_args="--bindir=/usr/bin --sbindir=/usr/sbin --libdir=/usr/lib --enable-shared --disable-static