summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches/patch-aa
diff options
context:
space:
mode:
authorwiz <wiz>2001-09-11 16:47:12 +0000
committerwiz <wiz>2001-09-11 16:47:12 +0000
commit878303124f8a57bdeadae781394f1ffe1f51d957 (patch)
tree19e5b3682a5fc176614d90c632a8f7ea921e7a5b /mail/popa3d/patches/patch-aa
parent9e2c5152485e8364b39801d1bd8742607b0762d9 (diff)
downloadpkgsrc-878303124f8a57bdeadae781394f1ffe1f51d957.tar.gz
Update to 0.4.9.4. Changes since 0.4.9.2:
Parts of the daemon code are now run in a chroot jail. qmail-style ~/Mailbox support was added. The inetd vs. standalone mode setting has been made runtime configurable. A bug resulting in incorrect failure reason being logged, and a bug which could result in mailbox corruption (glued messages) have been fixed.
Diffstat (limited to 'mail/popa3d/patches/patch-aa')
-rw-r--r--mail/popa3d/patches/patch-aa16
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa
index 4e130309365..6bf31445e46 100644
--- a/mail/popa3d/patches/patch-aa
+++ b/mail/popa3d/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2001/09/02 16:48:32 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2001/09/11 16:47:13 wiz Exp $
---- params.h.orig Sat Sep 1 11:08:34 2001
+--- params.h.orig Sat Sep 8 15:46:55 2001
+++ params.h
-@@ -124,8 +124,8 @@
+@@ -142,8 +142,8 @@
*
* Note that there's no built-in password aging support.
*/
@@ -13,12 +13,12 @@ $NetBSD: patch-aa,v 1.4 2001/09/02 16:48:32 wiz Exp $
#define AUTH_PAM 0
#define AUTH_PAM_USERPASS 0
-@@ -158,7 +158,7 @@
- * Your mail spool directory. Note: only local (non-NFS) mode 775 mail
- * spools are currently supported.
+@@ -178,7 +178,7 @@
+ *
+ * #undef this for qmail-style $HOME/Mailbox mailboxes.
*/
-#define MAIL_SPOOL_PATH "/var/spool/mail"
+#define MAIL_SPOOL_PATH "/var/mail"
- #endif
-
+ #ifndef MAIL_SPOOL_PATH
+ /*