]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/e2fsck.h
e2fsck: add logging capability
authorTheodore Ts'o <tytso@mit.edu>
Sun, 18 Mar 2012 03:21:00 +0000 (23:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 18 Mar 2012 19:40:47 +0000 (15:40 -0400)
commitb0e91c89257d906324d6081c952157f768dfc699
tree152c738bbd19fb8c4a15d5dcf55a05ab6f9a2d04
parentd2594cc8630eace4715fe1b5884cdbbcd139cd96
e2fsck: add logging capability

Add the ability to log messages about a file system to a specified
directory, using a file name templace that can be specified in
/etc/e2fsck.conf.  This allows us to suppress the output of overly
verbose e2fsck outputs while still allowing the full logging output to
go to an appropriate file.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/Makefile.in
e2fsck/e2fsck.c
e2fsck/e2fsck.conf.5.in
e2fsck/e2fsck.h
e2fsck/logfile.c [new file with mode: 0644]
e2fsck/message.c
e2fsck/problem.c
e2fsck/problem.h
e2fsck/unix.c
e2fsck/util.c