[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#98439: fixed in cvs



>The culprit here, according to cvs annotate, anyhow, was Phil Blundell
><pb@debian.org>, who wrote the include_module routine to ignore
>failure.  Bad idea!

Actually, I think the behaviour goes back further than that.  Even in potato, 
we have:

if [ -f modules$revext.tgz ] && tar tvzf modules$revext.tgz | grep /af_packet.o >/dev/null 2>&1; then
	info "including af_packet.o from modules$revext.tgz"
	mkdir -p $mnt/lib/modules/misc
	tar xOzf modules$revext.tgz lib/modules/\*/misc/af_packet.o > $mnt/lib/modules/misc/af_packet.o
fi

But I can't think of any good reason for modules.tgz not to exist at this 
point.

p.





Reply to: