diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | specgen.sh | 2 |
4 files changed, 5 insertions, 2 deletions
@@ -99,6 +99,8 @@ fetchmail core dumps (especially near startup) try recompiling without 6. REPORTING BUGS +You should read the FAQ file before rfeporting a bug. + When reporting bugs, please include the following: 1. Your operating system and compiler version. diff --git a/Makefile.in b/Makefile.in index 331dad0c..582552d4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -194,7 +194,7 @@ extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \ $(srcdir)/strcasecmp.c docs = $(srcdir)/COPYING $(srcdir)/README $(srcdir)/INSTALL $(srcdir)/NEWS \ $(srcdir)/NOTES $(srcdir)/fetchmail.lsm $(srcdir)/RFC/*.txt \ - $(srcdir)/*.man $(srcdir)/sample.rcfile + $(srcdir)/*.man $(srcdir)/sample.rcfile $(srcdir)/FAQ config = $(srcdir)/Makefile.in $(srcdir)/configure.in $(srcdir)/configure \ $(srcdir)/config.guess $(srcdir)/config.h.in $(srcdir)/config.sub scripts = $(srcdir)/install.sh $(srcdir)/mkinstalldirs $(srcdir)/specgen.sh @@ -7,6 +7,7 @@ pl 2.0.1 (): of run, so DNS does less work. During a run, cache host matches on the aka list so no potential alias has to be DNS-checked more than once. * Try to use envelope From. If that fails, fall back on calling-user. +* Added FAQ file fetchmail-2.0 (Mon Nov 18 00:32:17 EST 1996): @@ -18,7 +18,7 @@ make make install %files -%doc README NEWS NOTES COPYING INSTALL sample.rcfile +%doc README NEWS NOTES FAQ COPYING INSTALL sample.rcfile %ifarch i386 %endif |