summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/qpopper/pkg/INSTALL6
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