diff options
author | wiz <wiz> | 2001-04-03 13:10:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-03 13:10:17 +0000 |
commit | 94d9685d6157f275d6d25266132bf3f68fe83e30 (patch) | |
tree | 3eb0bfe89d8184db106105db5a4210e807cf323b | |
parent | f3b7f64ec7bd7f832b7b57ba5d2adc0b96fb9ff4 (diff) | |
download | pkgsrc-94d9685d6157f275d6d25266132bf3f68fe83e30.tar.gz |
Be more explicit in how to restart inetd, and don't offer rebooting the
machine as a suggestion. By Dieter Baron.
-rw-r--r-- | mail/imap-uw/pkg/MESSAGE | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/mail/imap-uw/pkg/MESSAGE b/mail/imap-uw/pkg/MESSAGE index 428c87095c6..f2ac9070980 100644 --- a/mail/imap-uw/pkg/MESSAGE +++ b/mail/imap-uw/pkg/MESSAGE @@ -1,7 +1,7 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.7 2001/01/29 11:34:31 wiz Exp $ +$NetBSD: MESSAGE,v 1.8 2001/04/03 13:10:17 wiz Exp $ -Add the following to /etc/services: +Add the following to /etc/services (if not already there): imap 143/tcp # Internet Message Access Protocol imap 143/udp @@ -18,7 +18,10 @@ Add the following to /etc/inetd.conf: pop3 stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d -To put the changes into effect, reboot the machine or "kill -HUP" -your inetd. +To put the changes into effect, make inetd reload its configuration: +On NetBSD 1.5 or later: + /etc/rc.d/inetd reload +on earlier NetBSD releases: + kill -HUP `cat /var/run/inetd.pid` =========================================================================== |