]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sbin/fsck_ffs/main.c
Move all of the error prints in readsb() from stderr to stdout.
authorChuck Silvers <chs@FreeBSD.org>
Tue, 1 Sep 2020 18:50:26 +0000 (18:50 +0000)
committerChuck Silvers <chs@FreeBSD.org>
Tue, 1 Sep 2020 18:50:26 +0000 (18:50 +0000)
commite83370448fd9023625774e74db472c2bf4485816
treeb846a2c225484a98d796ed4153e994aca1224d9d
parentff38047b0c077d354535a4920d1f84bed45d87f0
Move all of the error prints in readsb() from stderr to stdout.
The only output from fsck that should go to stderr is the usage message.
if setup() fails then exit with EEXIT rather than 0.

Reviewed by: mckusick
Sponsored by: Netflix
sbin/fsck_ffs/main.c
sbin/fsck_ffs/setup.c