aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail-FAQ.html6
-rw-r--r--fetchmail.c1
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 @@
<table width="100%" cellpadding=0><tr>
<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
<td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
-<td width="30%" align=right>$Date: 1998/02/24 17:43:11 $
+<td width="30%" align=right>$Date: 1998/03/10 09:03:23 $
</table>
<HR>
<H1>Frequently Asked Questions About Fetchmail</H1>
@@ -1230,7 +1230,7 @@ one IP address.<P>
It's also possible that your DNS configuration isn't
looking at <code>/etc/hosts</code> at all. If you're using libc5,
-look at <code>/etc/host.conf</code>; it should say something like
+look at <code>/etc/resolv.conf</code>; it should say something like
<pre>
order hosts,bind
@@ -1833,7 +1833,7 @@ Re-ordering messages is a user-agent function, anyway.<P>
<table width="100%" cellpadding=0><tr>
<td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
<td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
-<td width="30%" align=right>$Date: 1998/02/24 17:43:11 $
+<td width="30%" align=right>$Date: 1998/03/10 09:03:23 $
</table>
<P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
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);