On Thu, Sep 9, 2010 at 10:14 PM, Dan Fandrich <[email protected]> wrote: > Previously, rmmod would display an error message when the module > WAS removed,
Can't reproduce this. Can you give exact steps how to make it happen? > and would display no error when the module WAS NOT removed. This seems to be a feature. MODPROBE_SMALL is making some simplifying assumptions, one of them is that "rmmod == modprobe -r". And "modprobe -r NON_LOADED_MODULE" does not error out. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
