commit | 350733abb8157cd8e9e0b6bb10e8699a96c31a20 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 08 00:32:49 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 08 00:32:49 2003 +0000 |
tree | 7b7e5b70f47b853478e61082cdcd53a9fdf9ba2e | |
parent | d6bdd5dc088b2673b6e9fd212628a95cc1911756 [diff] |
Busybox modprobe has a couple of irritating quirks: - attempting to modprobe a module that is already loaded yields "Failed to load module", whereas modutils quietly ignores such a request. - if a module genuinely can't be loaded due to missing symbols or similar problems, modprobe doesn't produce any useful diagnostics because the output from insmod has been redirected to /dev/null. Here's a patch to address these issue Patch by Philip Blundell