aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-24 03:40:01 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-24 03:40:01 +0000
commit50a942cfbffdb207a849b2580aeb22613166e7e0 (patch)
treefa0e42847076bb492ae3bc30eb72893b7b0f1f3b /INSTALL
parent3f972ba1ec94c2099f6d55d1427fcce3a543dc56 (diff)
downloadfetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.gz
fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.tar.bz2
fetchmail-50a942cfbffdb207a849b2580aeb22613166e7e0.zip
The great name change.
svn path=/trunk/; revision=114
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 7d590f35..c826a584 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,6 @@
- INSTALL Instructions for Popclient
+ INSTALL Instructions for Fetchmail
-Installing popclient is easy. From within this directory, type:
+Installing fetchmail is easy. From within this directory, type:
./configure
@@ -17,14 +17,14 @@ Next run
make
-This will compile popclient for your system. Note that in order to
+This will compile fetchmail for your system. Note that in order to
build it, you'll need either flex at version 2.5.3 org greater, or lex.
Lastly, become root and run
make install
-This will install popclient. By default, popclient will be installed
+This will install fetchmail. By default, fetchmail will be installed
in /usr/local/bin, with the man page in /usr/local/man/man1, and the
GNU info file in /usr/local/info. If you wish to change these defaults,
edit the Makefile AFTER you run "configure" but BEFORE you run