diff options
author | reed <reed@pkgsrc.org> | 2006-10-07 18:14:11 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-10-07 18:14:11 +0000 |
commit | c240f3d62498e3fada88e4dc7061a0650ea99cf0 (patch) | |
tree | 02bd20b186bd1d18612edd945414c66b42db5cd1 /mail/popa3d | |
parent | 717e353fe61038dada5645174f75b2d68ee038fc (diff) | |
download | pkgsrc-c240f3d62498e3fada88e4dc7061a0650ea99cf0.tar.gz |
Add note to description and also to +DISPLAY about
lock files.
Bump PKGREVISION.
This is for PR #31836.
Also see http://www.openwall.com/popa3d/DESIGN.shtml.
Diffstat (limited to 'mail/popa3d')
-rw-r--r-- | mail/popa3d/DESCR | 3 | ||||
-rw-r--r-- | mail/popa3d/MESSAGE | 5 | ||||
-rw-r--r-- | mail/popa3d/Makefile | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/mail/popa3d/DESCR b/mail/popa3d/DESCR index 40a4ad16362..e8823730d8b 100644 --- a/mail/popa3d/DESCR +++ b/mail/popa3d/DESCR @@ -10,3 +10,6 @@ the goals are: 4. Performance (limited by the more important goals, above). popa3d can be run from inetd, or as a stand-alone server. + +Note that popa3d only uses flock(2) for locking and may not be safe +on NFS or with mail systems that only use lock files. diff --git a/mail/popa3d/MESSAGE b/mail/popa3d/MESSAGE index 2f2641dfdc0..bb8127e8a0c 100644 --- a/mail/popa3d/MESSAGE +++ b/mail/popa3d/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2002/11/07 03:48:00 dillo Exp $ +$NetBSD: MESSAGE,v 1.4 2006/10/07 18:14:11 reed Exp $ In order to enable POP service, you should add the following line to your /etc/inetd.conf: @@ -12,4 +12,7 @@ Alternatively, if you want to run popa3d in standalone mode, you can add the following line to your /etc/rc.conf: popa3d=YES + +Note that popa3d only uses flock(2) for locking and may not be safe +on NFS or with mail systems that only use lock files. =========================================================================== diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 45eda0e99ba..22f798be924 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2006/07/19 22:41:45 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2006/10/07 18:14:11 reed Exp $ # DISTNAME= popa3d-1.0.2 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/pub/projects/popa3d/ \ |