# HG changeset patch # User Christopher Rogers # Date 1284245880 0 # Node ID 6928911105f09ab009bf4b6bb9e87327161ef78e # Parent 4de2c7803ae774b929dcd6a9f9db870b6bcf540f Removed users.patch and modules.patch for hardinfo. There not need anymore. diff -r 4de2c7803ae7 -r 6928911105f0 hardinfo/stuff/modules.patch --- a/hardinfo/stuff/modules.patch Sat Sep 11 22:56:32 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ ---- arch/linux/common/modules.h Sun Nov 4 14:14:30 2007 -+++ arch/linux/common/modules.h Sun Apr 20 23:49:38 2008 -@@ -43,6 +43,10 @@ - g_hash_table_foreach_remove(moreinfo, remove_module_devices, NULL); - - lsmod = popen("/sbin/lsmod", "r"); -+ -+ if (!lsmod) -+ lsmod = popen("/bin/lsmod", "r"); -+ - if (!lsmod) - return; - diff -r 4de2c7803ae7 -r 6928911105f0 hardinfo/stuff/users.patch --- a/hardinfo/stuff/users.patch Sat Sep 11 22:56:32 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ ---- arch/common/users.h Sun Nov 4 14:14:35 2007 -+++ arch/common/users.h Sun Apr 20 23:57:31 2008 -@@ -44,7 +44,7 @@ - - uid = atoi(tmp[2]); - strend(tmp[4], ','); -- if (uid >= 1000 && uid <= 65530) { -+ if (uid >= 500 && uid <= 65530) { - human_users = h_strdup_cprintf("$%s$%s=%s\n", human_users, key, tmp[0], tmp[4]); - } else { - sys_users = h_strdup_cprintf("$%s$%s=%s\n", sys_users, key, tmp[0], tmp[4]);