101. GID 100 seems to be used statically.
+2009-07-23 Nicolas François <nicolas.francois@centraliens.net>
+
+ * etc/login.defs: SYS_GID_MIN /SYS_UID_MIN changed from 100 to
+ 101. GID 100 seems to be used statically.
+
2009-07-22 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/shell.c, src/su.c: Execute the scripts with "sh -"
UID_MIN 1000
UID_MAX 60000
# System accounts
-SYS_UID_MIN 100
+SYS_UID_MIN 101
SYS_UID_MAX 999
#
GID_MIN 1000
GID_MAX 60000
# System accounts
-SYS_GID_MIN 100
+SYS_GID_MIN 101
SYS_GID_MAX 999
#