summaryrefslogtreecommitdiffstats
path: root/lib/network/thirdparty.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-22 09:48:49 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-22 09:48:49 +0000
commitd35772131c6eb6c92ce3d99aff93070e8e061723 (patch)
tree473f038951e691713c9adef8b9748eb1cd916b13 /lib/network/thirdparty.pm
parentc14094babb946a4490e8213e8fa8e2cc156be8f3 (diff)
downloaddrakx-net-d35772131c6eb6c92ce3d99aff93070e8e061723.tar
drakx-net-d35772131c6eb6c92ce3d99aff93070e8e061723.tar.gz
drakx-net-d35772131c6eb6c92ce3d99aff93070e8e061723.tar.bz2
drakx-net-d35772131c6eb6c92ce3d99aff93070e8e061723.tar.xz
drakx-net-d35772131c6eb6c92ce3d99aff93070e8e061723.zip
add a FIXME note
Diffstat (limited to 'lib/network/thirdparty.pm')
-rw-r--r--lib/network/thirdparty.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/thirdparty.pm b/lib/network/thirdparty.pm
index 68d3caf..68f2d3b 100644
--- a/lib/network/thirdparty.pm
+++ b/lib/network/thirdparty.pm
@@ -156,6 +156,7 @@ sub is_module_installed {
my $module = ref $settings->{kernel_module} eq 'HASH' && $settings->{kernel_module}{test_file} || $driver;
#- reload modules.dep so that newly added dkms modules are recognized
list_modules::load_default_moddeps();
+ #- FIXME: modules::module_is_available() won't use the chroot modules.dep in installer
modules::module_is_available($module);
}