hush/modutils
Denys Vlasenko 5c3e060604 modprobe-small: fix bogus handling of unpack errors
"modprobe minix; echo $?"

Was:
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz': No such file or directory
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz': No such file or directory
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz'
modprobe: 'kernel/fs/minix/minix.ko.xz': Success
0

Now:
modprobe: corrupted data
modprobe: read error from 'kernel/fs/minix/minix.ko.xz'
1

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2016-06-20 11:02:40 +02:00
..
Config.src MODPROBE_SMALL is not experimental anymore 2015-10-24 04:13:16 +02:00
Kbuild.src *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
depmod.c modutils: merge module_entry and module_info to common 2015-11-05 18:54:55 +01:00
depmod_process.sh depmod: fix handling of .gz modules 2009-05-18 13:08:04 +02:00
insmod.c modprobe-small: fix help messages for aliased module-related applets 2014-04-19 15:04:39 +02:00
lsmod.c mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo 2011-01-18 13:58:01 +01:00
modinfo.c modinfo: fix "-F firmware", add "intree" field display 2015-10-28 18:07:46 +01:00
modprobe-small.c modprobe-small: fix bogus handling of unpack errors 2016-06-20 11:02:40 +02:00
modprobe.c modprobe: skip non-.conf files only in subdirectories 2016-03-29 19:23:55 +02:00
modutils-24.c libbb: introduce and use is_prefixed_with() 2015-03-12 17:48:34 +01:00
modutils.c modutils: fix build error with !DEPMOD 2015-11-06 15:50:28 +01:00
modutils.h modutils: merge module_entry and module_info to common 2015-11-05 18:54:55 +01:00
rmmod.c rmmod: fix bad error message 2015-10-24 04:17:04 +02:00