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:
parent
7945cee095
commit
65ec58ddb3
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue