aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-05-27 13:35:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-05-27 13:35:45 +0000
commite05fd1d8a7e5588008469746383f9e71bd1cbbfe (patch)
tree58947814754209fdf0c821ea7fff1afa2888c4f0
parent6c1df37bf15ce8602bd8a997d89e21c6e21d8b0d (diff)
downloadfetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.gz
fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.tar.bz2
fetchmail-e05fd1d8a7e5588008469746383f9e71bd1cbbfe.zip
Various minor fixes.
svn path=/trunk/; revision=1866
-rw-r--r--Makefile.in2
-rw-r--r--fetchmail-features.html8
-rw-r--r--md5ify.c1
-rw-r--r--mxget.c1
-rwxr-xr-xspecgen.sh1
5 files changed, 10 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index fadc7b13..ae90e7dc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -136,7 +136,7 @@ install:
@echo "Installing fetchmail configurator..."
$(INSTALL_PROGRAM) ${srcdir}/fetchmailconf $(bindir)/fetchmailconf
@echo "Installing manual page..."
- $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmailconf.$(manext)
+ $(INSTALL_DATA) $(srcdir)/fetchmail.man $(mandir)/fetchmail.$(manext)
ln -sf $(mandir)/fetchmail.$(manext) $(mandir)/fetchmailconf.$(manext)
uninstall:
diff --git a/fetchmail-features.html b/fetchmail-features.html
index 2e6a7ccf..05dc4f2d 100644
--- a/fetchmail-features.html
+++ b/fetchmail-features.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/03/20 16:37:36 $
+<td width="30%" align=right>$Date: 1998/05/27 13:35:43 $
</table>
<HR>
@@ -18,6 +18,10 @@
<H2>Since 4.0:</H2>
<UL>
+<LI> There is now an interactive fetchmail configurator.
+
+<LI> Code is 64-bit clean and Y2K-safe.
+
<LI> Automatically decodes armored 7-bit MIME into 8 bits.
<LI> You can specify which SMTP error is recognized as a spam block.
@@ -144,7 +148,7 @@ get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop.<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/03/20 16:37:36 $
+<td width="30%" align=right>$Date: 1998/05/27 13:35:43 $
</table>
<P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
diff --git a/md5ify.c b/md5ify.c
index 0ca3e6b9..62f7cc27 100644
--- a/md5ify.c
+++ b/md5ify.c
@@ -11,6 +11,7 @@
***********************************************************************/
#include <stdio.h>
+#include <string.h>
#if defined(STDC_HEADERS)
#include <string.h>
diff --git a/mxget.c b/mxget.c
index 82f958d9..64e88f78 100644
--- a/mxget.c
+++ b/mxget.c
@@ -8,6 +8,7 @@
#include "config.h"
#ifdef HAVE_RES_SEARCH
#include <stdio.h>
+#include <string.h>
#include <netdb.h>
#include <sys/types.h>
#include <netinet/in.h>
diff --git a/specgen.sh b/specgen.sh
index 82a929e9..037e6617 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -37,4 +37,5 @@ rm -rf $RPM_BUILD_ROOT
/usr/bin/fetchmail
/usr/bin/fetchmailconf
/usr/man/man1/fetchmail.1
+/usr/man/man1/fetchmailconf.1
EOF