aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-22 19:19:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-22 19:19:25 +0000
commit570b125f6a2bf1e1e7eff3185afb01ca9f946549 (patch)
tree3c9fbfd90265110c9aea291d49e65d7c0fe3ac2f
parent0b27a10340c861ccb69e52a7ebf13c5c1cb57fe7 (diff)
downloadfetchmail-570b125f6a2bf1e1e7eff3185afb01ca9f946549.tar.gz
fetchmail-570b125f6a2bf1e1e7eff3185afb01ca9f946549.tar.bz2
fetchmail-570b125f6a2bf1e1e7eff3185afb01ca9f946549.zip
Added FAQ file.
svn path=/trunk/; revision=570
-rw-r--r--INSTALL2
-rw-r--r--Makefile.in2
-rw-r--r--NEWS1
-rwxr-xr-xspecgen.sh2
4 files changed, 5 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 1bcaca78..f7914399 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
diff --git a/NEWS b/NEWS
index 829a16e5..06134319 100644
--- a/NEWS
+++ b/NEWS
@@ -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):
diff --git a/specgen.sh b/specgen.sh
index eeb16dcc..c623777e 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -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