Date: Tue, 4 Sep 2001 18:44:33 +0300 From: Ruslan Ermilov <ru@FreeBSD.ORG> To: Mikhail Teterin <mi@aldan.algebra.com> Cc: asmodai@wxs.nl, current@FreeBSD.ORG, arch@FreeBSD.ORG Subject: Re: proctitle progress reporting for dump(8) Message-ID: <20010904184433.C1669@sunbay.com> In-Reply-To: <200109022015.f82KFFo71687@aldan.algebra.com>; from mi@aldan.algebra.com on Sun, Sep 02, 2001 at 04:15:14PM -0400 References: <20010901194706.C33712@daemon.ninth-circle.org> <200109022015.f82KFFo71687@aldan.algebra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Sep 02, 2001 at 04:15:14PM -0400, Mikhail Teterin wrote: [...] > The SIGINFO handling seemed to be as simple as: > --- main.c 2001/07/09 03:06:56 1.26 > +++ main.c 2001/09/02 19:58:21 > @@ -274,2 +274,4 @@ > > + if (signal(SIGINFO, SIG_IGN) != SIG_IGN) > + signal(SIGHUP, sig); ^^^^^^ that should be SIGINFO. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010904184433.C1669>