[BusyBox-cvs] cvs commit to busybox/modutils by andersen

andersen at codepoet.org andersen at codepoet.org
Tue Jul 2 19:14:24 UTC 2002


Repository: busybox/modutils
who:        andersen
time:       Tue Jul  2 13:14:23 MDT 2002


Log Message:

David Frascone <dave at frascone.com> noticed two problems.  First, modprobe was
trying to call 'insmod -q', which wasn't supported.  Secondly, when modprobe
was fed blank lines from modules.dep, we ended up calling xstrndup(ptr, -1),
which with suitably bad results.  David provided a patch to catch the blank
lines, and I have added insmod -q support.  So modprobe should work again.
 -Erik


Files:

changed:    insmod.c modprobe.c




More information about the busybox-cvs mailing list