[uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-09-29 Thread Mike Frysinger
When the reboot program runs, it sends SIGHUP right after SIGTERM, so we need to handle it as well. Also fix a few spelling errors. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> --- user/watchdogd/watchdogd.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/user/w

Re: [uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-09-29 Thread damico
Mike Frysinger ha scritto: When the reboot program runs, it sends SIGHUP right after SIGTERM, so we need to handle it as well. Hi Mike, I'm not sure that SIGHUP signal should be handled while rebooting system. IMHO: sending SIGHUP signal while reboot system is not correct. Maybe, only rebo

Re: [uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-09-29 Thread Mike Frysinger
On Mon, Sep 29, 2008 at 08:59, damico wrote: > Mike Frysinger ha scritto: >> When the reboot program runs, it sends SIGHUP right after SIGTERM, so we >> need to handle it as well. > > I'm not sure that SIGHUP signal should be handled while rebooting system. > IMHO: sending SIGHUP signal while reboo

Re: [uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-09-30 Thread damico
Mike Frysinger ha scritto: On Mon, Sep 29, 2008 at 08:59, damico wrote: Mike Frysinger ha scritto: When the reboot program runs, it sends SIGHUP right after SIGTERM, so we need to handle it as well. I'm not sure that SIGHUP signal should be handled while rebooting system. IMHO:

Re: [uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-10-01 Thread Greg Ungerer
Hi Mike, Mike Frysinger wrote: When the reboot program runs, it sends SIGHUP right after SIGTERM, so we need to handle it as well. Also fix a few spelling errors. Signed-off-by: Mike Frysinger <[EMAIL PROTECTED]> Looks good, applied. Thanks Greg user/watchdogd/watchdogd.c |5 +++--

Re: [uClinux-dev] [PATCH] watchdogd: touchup and handle SIGHUP

2008-10-08 Thread Mike Frysinger
On Tue, Sep 30, 2008 at 05:30, damico wrote: > Mike Frysinger ha scritto: >> On Mon, Sep 29, 2008 at 08:59, damico wrote: >>> I was looking for some specification on shutdown and signals in the net >>> but I haven't found any reliable note on that topic. >> >> there is no such spec >> >>> >>> Just