diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-29 11:38:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-29 11:38:10 +0000 |
commit | d7906c3ebd6528b280cb957fd66772f625477f4f (patch) | |
tree | fe5d1f0036a314b9941b168af4564bc990cb3a19 /mail/popa3d | |
parent | b979f7222ad9bade13f010cd27e5bc6afab1681c (diff) | |
download | pkgsrc-d7906c3ebd6528b280cb957fd66772f625477f4f.tar.gz |
Some more MESSAGE cleanup.
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/pkg/MESSAGE | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/popa3d/pkg/MESSAGE b/mail/popa3d/pkg/MESSAGE index d5e6b55488b..c9b50091a31 100644 --- a/mail/popa3d/pkg/MESSAGE +++ b/mail/popa3d/pkg/MESSAGE @@ -1,9 +1,10 @@ ================================================================= +$NetBSD: MESSAGE,v 1.2 2001/01/29 11:38:10 wiz Exp $ In order to enable POP service, you should add the following line to your /etc/inetd.conf: - pop3 stream tcp nowait root ${PKG_PREFIX}/libexec/popa3d popa3d + pop3 stream tcp nowait root ${PREFIX}/libexec/popa3d popa3d and send a HUP signal to inetd. |