]> gitweb.michael.orlitzky.com - djbdns-logparse.git/commit
bin/djbdns-logparse: handle SIGINT (again).
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Sep 2022 23:21:28 +0000 (19:21 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 20 Sep 2022 23:21:28 +0000 (19:21 -0400)
commitd5ffd8dfd137722335b066be63bb24289a52c71a
tree2359e29b6ed4e06785bbd74199a6bd2518f84467
parentb92f64a49cd6ae8ba2210df02810ede43eb370fe
bin/djbdns-logparse: handle SIGINT (again).

I removed the KeyboardInterrupt handler from the original program and
have now put it back as an async handler for SIGINT. This is helpful
when the user accidentally starts the program with no arguments and it
just sits there until he hits Ctrl-C (which would previously have
shown a stack trace).
bin/djbdns-logparse