commit | 4cae04529eda0e482ceaa86b48e532f9c8d35f24 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Jul 21 14:14:03 2002 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 21 14:14:03 2002 -0400 |
tree | 67e9f2fac948b282dde6b0a52138738cec03f43b | |
parent | b7a00563b22b0ea47ddc7117508c0b8e0d65df43 [diff] |
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.