summaryrefslogtreecommitdiff
path: root/mail/imap-uw
diff options
context:
space:
mode:
authorcgd <cgd>1999-01-14 01:50:33 +0000
committercgd <cgd>1999-01-14 01:50:33 +0000
commitbb7b21fe5fe16e5dc6f6cd0f34002ff99bcdf8e6 (patch)
tree11fd14a4af14d01db35fb98dd2dc4841c7737d15 /mail/imap-uw
parentdd78c06c904352b7924a59a924c1f98a8f43f2a1 (diff)
downloadpkgsrc-bb7b21fe5fe16e5dc6f6cd0f34002ff99bcdf8e6.tar.gz
make the sample lines for inetd.conf reflect the actual location where the
daemons are installed (libexec rather than bin).
Diffstat (limited to 'mail/imap-uw')
-rw-r--r--mail/imap-uw/pkg/MESSAGE6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/imap-uw/pkg/MESSAGE b/mail/imap-uw/pkg/MESSAGE
index b9d42a25f0a..08574ae1551 100644
--- a/mail/imap-uw/pkg/MESSAGE
+++ b/mail/imap-uw/pkg/MESSAGE
@@ -5,9 +5,9 @@ Add the following to /etc/services:
imap2 143/udp
Add the following to /etc/inetd.conf:
- imap2 stream tcp nowait root @PREFIX@/bin/imapd imapd
- pop2 stream tcp nowait root @PREFIX@/bin/pop2d pop2d
- pop3 stream tcp nowait root @PREFIX@/bin/pop3d pop3d
+ 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
To put the changes into effect, reboot the machine or "kill -HUP"
your inetd.