Patch from Egor Duda
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 24 Sep 2004 09:18:55 +0000 (09:18 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 24 Sep 2004 09:18:55 +0000 (09:18 -0000)
commitbdf6319d3a2d0ee085d6ee45d1e63cb38805e30a
tree24f180e2e913ab1ea1b343adf74427c143d3458a
parent53090cdedd150ef17b480193b75a325b53af94fe
Patch from Egor Duda
Attached patch prevents modprobe from trying to call 'insmod (null)'
whenever nonexistent module is either passed to modprobe via command
line or mentioned in modules.dep

this replaces cryptic error
sh: Syntax error: word unexpected (expecting ")")
with
modprobe: module some-module not found.

egor.
modutils/modprobe.c