]> git.tuebingen.mpg.de Git - paraslash.git/commit
interactive: Honor SIGTERM.
authorAndre Noll <maan@systemlinux.org>
Sun, 8 Apr 2012 03:03:52 +0000 (05:03 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:28 +0000 (20:28 +0100)
commit56561c08cf6cfe28bccebc513bcec057d8bb9afa
tree4eaf6db2e2186e96817c4951ca8d543f1e48c38a
parent06f33ca150a15c0c3ec97e3475bc05551839071e
interactive: Honor SIGTERM.

Currently i9e_signal_dispatch() only looks at SIGINT and ignores all
other signals. We'd like to honor SIGTERM as well because this provides
a handy way for other paraslash tasks to shut down the i9e subsystem,
even if no signal was received.
error.h
interactive.c