commit | bdf6319d3a2d0ee085d6ee45d1e63cb38805e30a | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Fri Sep 24 09:18:55 2004 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Fri Sep 24 09:18:55 2004 +0000 |
tree | 24f180e2e913ab1ea1b343adf74427c143d3458a | |
parent | 53090cdedd150ef17b480193b75a325b53af94fe [diff] |
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.