wok diff hardinfo/stuff/users.patch @ rev 3878
Support icedtea6 bootstrapping
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Aug 10 12:33:20 2009 +0000 (2009-08-10) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/hardinfo/stuff/users.patch Mon Aug 10 12:33:20 2009 +0000 1.3 @@ -0,0 +1,11 @@ 1.4 +--- arch/common/users.h Sun Nov 4 14:14:35 2007 1.5 ++++ arch/common/users.h Sun Apr 20 23:57:31 2008 1.6 +@@ -44,7 +44,7 @@ 1.7 + 1.8 + uid = atoi(tmp[2]); 1.9 + strend(tmp[4], ','); 1.10 +- if (uid >= 1000 && uid <= 65530) { 1.11 ++ if (uid >= 500 && uid <= 65530) { 1.12 + human_users = h_strdup_cprintf("$%s$%s=%s\n", human_users, key, tmp[0], tmp[4]); 1.13 + } else { 1.14 + sys_users = h_strdup_cprintf("$%s$%s=%s\n", sys_users, key, tmp[0], tmp[4]);