make the sample lines for inetd.conf reflect the actual location where the

daemons are installed (libexec rather than bin).
This commit is contained in:
cgd 1999-01-14 01:50:33 +00:00
parent 7945cee095
commit 65ec58ddb3

View file

@ -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.