mirror of
https://github.com/sheumann/hush.git
synced 2024-11-02 17:05:18 +00:00
350733abb8
- 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 |
||
---|---|---|
.. | ||
Config.in | ||
insmod.c | ||
lsmod.c | ||
Makefile | ||
Makefile.in | ||
modprobe.c | ||
rmmod.c |