[Pkg-shadow-commits] r1908 - debian/trunk/tests/usertools/01/15_useradd_specified_large_UID
nekral-guest at alioth.debian.org
nekral-guest at alioth.debian.org
Wed Mar 19 18:14:33 UTC 2008
Author: nekral-guest
Date: 2008-03-19 18:14:32 +0000 (Wed, 19 Mar 2008)
New Revision: 1908
Modified:
debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/group
debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/passwd
Log:
The behavior of useradd changed for the creation of groups. Now it
respects GID_MAX.
Modified: debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/group
===================================================================
--- debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/group 2008-03-19 18:13:25 UTC (rev 1907)
+++ debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/group 2008-03-19 18:14:32 UTC (rev 1908)
@@ -39,4 +39,4 @@
nogroup:x:65534:
crontab:x:101:
Debian-exim:x:102:
-test1:x:2147483647:
+test1:x:103:
Modified: debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/passwd
===================================================================
--- debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/passwd 2008-03-19 18:13:25 UTC (rev 1907)
+++ debian/trunk/tests/usertools/01/15_useradd_specified_large_UID/passwd 2008-03-19 18:14:32 UTC (rev 1908)
@@ -17,4 +17,4 @@
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
Debian-exim:x:102:102::/var/spool/exim4:/bin/false
-test1:x:2147483647:2147483647::/home/test1:/bin/sh
+test1:x:2147483647:103::/home/test1:/bin/sh
More information about the Pkg-shadow-commits
mailing list