On Tue, Jun 28, 2011 at 12:43:26PM +0200, Sami Kerola wrote: > term-utils/script.c | 68 ++++++++++++++++++++++++++------------------------ > 1 files changed, 35 insertions(+), 33 deletions(-) Applied. >> void > fail() { > > - kill(0, SIGTERM); > + kill(getpid(), SIGTERM); > done(); > } I think we want to use zero rather than getpid()... Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html