diff options
author | taca <taca> | 2004-05-06 13:46:22 +0000 |
---|---|---|
committer | taca <taca> | 2004-05-06 13:46:22 +0000 |
commit | af1c24d5993c78e2105feadf1407468f8bc2b835 (patch) | |
tree | 4101babae5f3a3e510bf59d3c4436a6bd665dae8 /mail/qpopper/MESSAGE | |
parent | 9169a9b84ab4daf8616c4e758ce90065590cade3 (diff) | |
download | pkgsrc-af1c24d5993c78e2105feadf1407468f8bc2b835.tar.gz |
Install stand-alone qpopper to ${PREFIX}/sbin.
Bump PKGREVISION.
TODO: support libwrap(tcpwrappers) in stand-alone qpopper.
Diffstat (limited to 'mail/qpopper/MESSAGE')
-rw-r--r-- | mail/qpopper/MESSAGE | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/qpopper/MESSAGE b/mail/qpopper/MESSAGE index 9711dcc8d70..77f9c7b7d00 100644 --- a/mail/qpopper/MESSAGE +++ b/mail/qpopper/MESSAGE @@ -1,10 +1,12 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2003/03/13 07:21:42 itojun Exp $ +$NetBSD: MESSAGE,v 1.3 2004/05/06 13:46:22 taca Exp $ In order to enable POP service, you should add the following lines to your /etc/inetd.conf: - pop3 stream tcp nowait root ${LOCALBASE}/libexec/qpopper qpopper -s - pop3 stream tcp6 nowait root ${LOCALBASE}/libexec/qpopper qpopper -s + pop3 stream tcp nowait root ${PREFIX}/libexec/qpopper qpopper -s + pop3 stream tcp6 nowait root ${PREFIX}/libexec/qpopper qpopper -s + +Or, you can start stand alone qpopper using ${RCD_SCRIPTS_DIR}/${RCD_SCRIPTS}. =========================================================================== |