]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit - e2fsck/e2fsck.h
Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck,
authorTheodore Ts'o <tytso@mit.edu>
Sun, 21 Jul 2002 18:14:03 +0000 (14:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 21 Jul 2002 18:14:03 +0000 (14:14 -0400)
commit4cae04529eda0e482ceaa86b48e532f9c8d35f24
tree67e9f2fac948b282dde6b0a52138738cec03f43b
parentb7a00563b22b0ea47ddc7117508c0b8e0d65df43
Add SIGINT and SIGTERM handling to fsck and e2fsck.  For e2fsck,
make sure we gracefully clean up and only exit at safe points.
For fsck, we pass the SIGINT/SIGTERM signal to the child processes,
so they can do their own cleanup.
e2fsck/ChangeLog
e2fsck/e2fsck.8.in
e2fsck/e2fsck.h
e2fsck/pass2.c
e2fsck/pass3.c
e2fsck/pass4.c
e2fsck/unix.c
misc/ChangeLog
misc/fsck.8.in
misc/fsck.c