pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/popa3d Add note to description and also to +DISPL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26ab50f29b8a
branches:  trunk
changeset: 519678:26ab50f29b8a
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Oct 07 18:14:11 2006 +0000

description:
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:

 mail/popa3d/DESCR    |  3 +++
 mail/popa3d/MESSAGE  |  5 ++++-
 mail/popa3d/Makefile |  3 ++-
 3 files changed, 9 insertions(+), 2 deletions(-)

diffs (41 lines):

diff -r d7136d0e64f0 -r 26ab50f29b8a mail/popa3d/DESCR
--- a/mail/popa3d/DESCR Sat Oct 07 16:52:19 2006 +0000
+++ b/mail/popa3d/DESCR Sat Oct 07 18:14:11 2006 +0000
@@ -10,3 +10,6 @@
 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 -r d7136d0e64f0 -r 26ab50f29b8a mail/popa3d/MESSAGE
--- a/mail/popa3d/MESSAGE       Sat Oct 07 16:52:19 2006 +0000
+++ b/mail/popa3d/MESSAGE       Sat Oct 07 18:14:11 2006 +0000
@@ -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 @@
 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 -r d7136d0e64f0 -r 26ab50f29b8a mail/popa3d/Makefile
--- a/mail/popa3d/Makefile      Sat Oct 07 16:52:19 2006 +0000
+++ b/mail/popa3d/Makefile      Sat Oct 07 18:14:11 2006 +0000
@@ -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/ \



Home | Main Index | Thread Index | Old Index