diff options
author | agc <agc@pkgsrc.org> | 1999-10-21 14:29:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-21 14:29:36 +0000 |
commit | ea605099d414e510c316814fc52fec60b4776cb3 (patch) | |
tree | 1285b7afd47361a98405f9f0fd65687761c687e4 /mail | |
parent | c702a3569507ac0e53f6eaa2769988a2d47450fe (diff) | |
download | pkgsrc-ea605099d414e510c316814fc52fec60b4776cb3.tar.gz |
Advise the user to modify inetd.conf to point to the correct files.
Closes PR pkg/8659 from Erik Bertelsen
Diffstat (limited to 'mail')
-rw-r--r-- | mail/imap-uw/pkg/MESSAGE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imap-uw/pkg/MESSAGE b/mail/imap-uw/pkg/MESSAGE index 08574ae1551..523c107f4a1 100644 --- a/mail/imap-uw/pkg/MESSAGE +++ b/mail/imap-uw/pkg/MESSAGE @@ -6,8 +6,8 @@ Add the following to /etc/services: Add the following to /etc/inetd.conf: imap2 stream tcp nowait root @PREFIX@/libexec/imapd imapd - pop2 stream tcp nowait root @PREFIX@/libexec/pop2d pop2d - pop3 stream tcp nowait root @PREFIX@/libexec/pop3d pop3d + pop2 stream tcp nowait root @PREFIX@/libexec/ipop2d ipop2d + pop3 stream tcp nowait root @PREFIX@/libexec/ipop3d ipop3d To put the changes into effect, reboot the machine or "kill -HUP" your inetd. |