wok diff hardinfo/stuff/modules.patch @ rev 919

kqemu: new WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 16 19:31:38 2008 +0000 (2008-06-16)
parents
children 98a51003b20d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hardinfo/stuff/modules.patch	Mon Jun 16 19:31:38 2008 +0000
     1.3 @@ -0,0 +1,11 @@
     1.4 +--- arch/linux/common/modules.h	Sun Nov  4 14:14:30 2007
     1.5 ++++ arch/linux/common/modules.h	Sun Apr 20 23:49:38 2008
     1.6 +@@ -42,7 +42,7 @@
     1.7 +     module_list = NULL;
     1.8 +     g_hash_table_foreach_remove(moreinfo, remove_module_devices, NULL);
     1.9 + 
    1.10 +-    lsmod = popen("/sbin/lsmod", "r");
    1.11 ++    lsmod = popen("/bin/lsmod", "r");
    1.12 +     if (!lsmod)
    1.13 + 	return;
    1.14 +