[arch-commits] Commit in shadow/trunk (PKGBUILD login.defs)

Allan McRae allan at archlinux.org
Sun Feb 28 04:30:43 UTC 2010


    Date: Saturday, February 27, 2010 @ 23:30:43
  Author: allan
Revision: 70658

upgpkg: shadow 4.1.4.2-2
fix system group addition (FS#16092)

Modified:
  shadow/trunk/PKGBUILD
  shadow/trunk/login.defs

------------+
 PKGBUILD   |    4 ++--
 login.defs |    8 +++++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-28 00:41:55 UTC (rev 70657)
+++ PKGBUILD	2010-02-28 04:30:43 UTC (rev 70658)
@@ -3,7 +3,7 @@
 
 pkgname=shadow
 pkgver=4.1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Shadow password file utilities"
 arch=('i686' 'x86_64')
 url='http://pkg-shadow.alioth.debian.org/'
@@ -27,7 +27,7 @@
          'b84204ab731bd02dca49d0637d44ebec'
          '65e9ebce249a5b9ed021e2790452b9e1'
          'a31374fef2cba0ca34dfc7078e2969e4'
-         '3699bed31154051c0508a890d6d95027'
+         'fad9a7116366f7775b1099290be840da'
          '6ce67e423ee19c87ae64f661310b2408'
          '1d64b4113e1d402746d9dd65f28a2c6f'
          '0eebe9d13065bec4b5d7ccf3bf46c509')

Modified: login.defs
===================================================================
--- login.defs	2010-02-28 00:41:55 UTC (rev 70657)
+++ login.defs	2010-02-28 04:30:43 UTC (rev 70658)
@@ -131,12 +131,18 @@
 #
 UID_MIN			 1000
 UID_MAX			60000
+# System accounts
+SYS_UID_MIN		  500
+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		  500
+SYS_GID_MAX		  999
 
 #
 # Max number of login retries if password is bad




More information about the arch-commits mailing list