summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorcgd <cgd@pkgsrc.org>1999-01-14 01:50:33 +0000
committercgd <cgd@pkgsrc.org>1999-01-14 01:50:33 +0000
commit65ec58ddb34c638fa288df574e581f9bc8ad5be5 (patch)
tree11fd14a4af14d01db35fb98dd2dc4841c7737d15 /mail
parent7945cee095820257eabeae95428c403c69d8f7c7 (diff)
downloadpkgsrc-65ec58ddb34c638fa288df574e581f9bc8ad5be5.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')
-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.