From ceaef31ff6860e0904e9d738e4bea2860980e439 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 10 Mar 1998 09:03:24 +0000 Subject: Minor cleanup. svn path=/trunk/; revision=1696 --- fetchmail-FAQ.html | 6 +++--- fetchmail.c | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index ee9a2d9c..206c930f 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -10,7 +10,7 @@
Back to Fetchmail Home Page To Site Map -$Date: 1998/02/24 17:43:11 $ +$Date: 1998/03/10 09:03:23 $

Frequently Asked Questions About Fetchmail

@@ -1230,7 +1230,7 @@ one IP address.

It's also possible that your DNS configuration isn't looking at /etc/hosts at all. If you're using libc5, -look at /etc/host.conf; it should say something like +look at /etc/resolv.conf; it should say something like

         order hosts,bind
@@ -1833,7 +1833,7 @@ Re-ordering messages is a user-agent function, anyway.

Back to Fetchmail Home Page To Site Map -$Date: 1998/02/24 17:43:11 $ +$Date: 1998/03/10 09:03:23 $

Eric S. Raymond <esr@snark.thyrsus.com>
diff --git a/fetchmail.c b/fetchmail.c index feeb392d..da259b05 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -588,6 +588,7 @@ int main (int argc, char **argv) ntimeout.it_value.tv_usec = 0; setitimer(ITIMER_REAL,&ntimeout,NULL); + /* there's a small window here */ signal(SIGALRM, donothing); pause(); signal(SIGALRM, SIG_IGN); -- cgit v1.2.3