wok-stable view hardinfo/stuff/modules.patch @ rev 3953
Upgrade: icedtea6 (1.5 to 1.5.1)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Aug 25 16:55:02 2009 +0000 (2009-08-25) |
parents | b22fba97e731 |
children |
line source
1 --- arch/linux/common/modules.h Sun Nov 4 14:14:30 2007
2 +++ arch/linux/common/modules.h Sun Apr 20 23:49:38 2008
3 @@ -43,6 +43,10 @@
4 g_hash_table_foreach_remove(moreinfo, remove_module_devices, NULL);
6 lsmod = popen("/sbin/lsmod", "r");
7 +
8 + if (!lsmod)
9 + lsmod = popen("/bin/lsmod", "r");
10 +
11 if (!lsmod)
12 return;