diff options
author | tron <tron@pkgsrc.org> | 1998-02-25 17:54:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-02-25 17:54:27 +0000 |
commit | ac61547af95f18e4c7a8bd6da5fd535cb7b56e7e (patch) | |
tree | 80c787b6378e29b930a8531962eae8aecb69eae7 /mail/qpopper | |
parent | da21fdba6a20be323b7c603f581adad83fb125ef (diff) | |
download | pkgsrc-ac61547af95f18e4c7a8bd6da5fd535cb7b56e7e.tar.gz |
Fix typo.
Diffstat (limited to 'mail/qpopper')
-rw-r--r-- | mail/qpopper/pkg/INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/qpopper/pkg/INSTALL b/mail/qpopper/pkg/INSTALL index 21358b2be50..3d6efeaebca 100644 --- a/mail/qpopper/pkg/INSTALL +++ b/mail/qpopper/pkg/INSTALL @@ -2,14 +2,14 @@ case "$2" in ""|POST-INSTALL) cat <<EOF -============================================================= +================================================================= In order to enable POP service, you should add the following line to your /etc/inetd.conf: - pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/popper popper -s + pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/qpopper qpopper -s -============================================================= +================================================================= EOF ;; esac |