util-linux/fsck
Karel Zak 6c6f2af9e3 fsck: returns proper code on exec() error
# fsck -t foo /dev/sda1; echo $?
	fsck: fsck.foo: not found
	/sbin/fsck: Error 2 while executing fsck.foo for /dev/sda1
	0

new version:

	# fsck -t foo /dev/sda1; echo $?
	fsck: fsck.foo: not found
	fsck: Error 2 while executing fsck.foo for /dev/sda1
	8

Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=619139
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-27 22:31:36 +01:00
..
.gitignore build-sys: add fsck binary to .gitignore 2009-02-18 17:20:30 +01:00
Makefile.am fsck: improve whole-disk check, detect stacked devices 2010-08-19 15:33:45 +02:00
fsck.8 rename util-linux-ng back to util-linux 2010-11-30 11:41:59 +01:00
fsck.c fsck: returns proper code on exec() error 2010-12-27 22:31:36 +01:00
fsck.h fsck: add support for whole-disk locking (-l option) 2010-10-26 14:22:28 +02:00