--- modules.orig 2003-08-05 14:41:12.000000000 -0700 +++ modules 2003-08-05 14:54:06.997175144 -0700 @@ -55,8 +55,7 @@ local KV_MINOR="`KV_minor "${KV}"`" # New support for /etc/modules.autoload/kernel-$KV - if [ "$(get_KV)" -ge "$(KV_to_int '2.5.0')" ] && \ - [ -f /etc/modules.autoload.d/kernel-"${KV_MAJOR}.${KV_MINOR}" ] + if [ "$(get_KV)" -ge "$(KV_to_int '2.5.0')" ] then einfo "Using /etc/modules.autoload.d/kernel-${KV_MAJOR}.${KV_MINOR}:" load_modules /etc/modules.autoload.d/kernel-"${KV_MAJOR}.${KV_MINOR}"