diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-22 19:19:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-22 19:19:25 +0000 |
commit | 570b125f6a2bf1e1e7eff3185afb01ca9f946549 (patch) | |
tree | 3c9fbfd90265110c9aea291d49e65d7c0fe3ac2f | |
parent | 0b27a10340c861ccb69e52a7ebf13c5c1cb57fe7 (diff) | |
download | fetchmail-570b125f6a2bf1e1e7eff3185afb01ca9f946549.tar.gz fetchmail-570b125f6a2bf1e1e7eff3185afb01ca9f946549.tar.bz2 fetchmail-570b125f6a2bf1e1e7eff3185afb01ca9f946549.zip |
Added FAQ file.
svn path=/trunk/; revision=570
-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 |