summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-04-03 13:10:17 +0000
committerwiz <wiz@pkgsrc.org>2001-04-03 13:10:17 +0000
commit06a738ae0f44cd5a249b70ee9d7205801e3385af (patch)
tree3eb0bfe89d8184db106105db5a4210e807cf323b /mail
parent589915baa78f805f049ef74bdcf87ee69f806273 (diff)
downloadpkgsrc-06a738ae0f44cd5a249b70ee9d7205801e3385af.tar.gz
Be more explicit in how to restart inetd, and don't offer rebooting the
machine as a suggestion. By Dieter Baron.
Diffstat (limited to 'mail')
-rw-r--r--mail/imap-uw/pkg/MESSAGE11
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`
===========================================================================