aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim/files
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2001-11-02 18:24:52 +0800
committersheldonh <sheldonh@FreeBSD.org>2001-11-02 18:24:52 +0800
commitc2753f498177c558fda5893acaa7938a8b9a146f (patch)
treec9c28f7735af818b7179daa50b9cb4c3d22fdfdb /mail/exim/files
parent64f3dd7ac0d61a688f809000ff248ad0027d1e22 (diff)
downloadfreebsd-ports-gnome-c2753f498177c558fda5893acaa7938a8b9a146f.tar.gz
freebsd-ports-gnome-c2753f498177c558fda5893acaa7938a8b9a146f.tar.zst
freebsd-ports-gnome-c2753f498177c558fda5893acaa7938a8b9a146f.zip
Add the author's patch to fix broken handling of queue_list_requires_admin
and the -bpc flag. Bump PORTREVISION to reflect the change. Obtained from: exim-users@exim.org Message-Id: Pine.SOL.4.33.0110301326040.24148-100000@virgo.cus.cam.ac.uk
Diffstat (limited to 'mail/exim/files')
-rw-r--r--mail/exim/files/patch-src::exim.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/exim/files/patch-src::exim.c b/mail/exim/files/patch-src::exim.c
new file mode 100644
index 000000000000..e84e06bcff84
--- /dev/null
+++ b/mail/exim/files/patch-src::exim.c
@@ -0,0 +1,12 @@
+--- src/exim.c.orig Wed Aug 15 13:09:09 2001
++++ src/exim.c Fri Nov 2 12:22:38 2001
+@@ -2197,7 +2197,8 @@
+
+ if (!admin_user)
+ {
+- if (deliver_give_up || daemon_listen || count_queue ||
++ if (deliver_give_up || daemon_listen ||
++ (count_queue && queue_list_requires_admin) ||
+ (list_queue && queue_list_requires_admin) ||
+ (queue_interval >= 0 && prod_requires_admin))
+ {