diff options
author | ad <ad> | 2001-06-11 12:15:45 +0000 |
---|---|---|
committer | ad <ad> | 2001-06-11 12:15:45 +0000 |
commit | acf91271b0d9b84f0ade9cf357e48e7a50bdd072 (patch) | |
tree | 55adbec90f5cb0f28461464329b44f8c52d25bf4 | |
parent | 36132f8a218f4993d8b5c73545a30e196bcff4a0 (diff) | |
download | pkgsrc-acf91271b0d9b84f0ade9cf357e48e7a50bdd072.tar.gz |
Enable LMTP.
-rw-r--r-- | mail/exim/distinfo | 4 | ||||
-rw-r--r-- | mail/exim/patches/patch-ab | 19 |
2 files changed, 16 insertions, 7 deletions
diff --git a/mail/exim/distinfo b/mail/exim/distinfo index 2e0640f6735..243f74a8f0d 100644 --- a/mail/exim/distinfo +++ b/mail/exim/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:09:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/11 12:15:45 ad Exp $ SHA1 (exim-3.20.tar.gz) = dfb7a7b360dec968b03967f42555df41f79c7bc8 Size (exim-3.20.tar.gz) = 1257746 bytes SHA1 (exim-html-3.20.tar.gz) = f830eaa2b9bd8cc183b66fa1627ce14b15f51ccf Size (exim-html-3.20.tar.gz) = 699383 bytes -SHA1 (patch-ab) = 689d3d6fdc1abdfd0893c1c097b28504f65f3158 +SHA1 (patch-ab) = 963c500ad8078264d0d0daeb4edc75756225c9b8 SHA1 (patch-ae) = 24009dd4807f0215e79cc0a86582297bf310c913 diff --git a/mail/exim/patches/patch-ab b/mail/exim/patches/patch-ab index 949c36a9b40..8c247e58fd5 100644 --- a/mail/exim/patches/patch-ab +++ b/mail/exim/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.3 2000/11/26 21:59:47 ad Exp $ +$NetBSD: patch-ab,v 1.4 2001/06/11 12:15:46 ad Exp $ ---- Local/Makefile.netbsd.orig Sun Nov 26 21:52:47 2000 -+++ Local/Makefile.netbsd Sun Nov 26 21:54:20 2000 +--- Local/Makefile.netbsd.orig Mon Jun 11 13:11:04 2001 ++++ Local/Makefile.netbsd Mon Jun 11 13:11:40 2001 @@ -78,7 +78,7 @@ # CHGRP_COMMAND=/usr/bin/chgrp # MV_COMMAND=/bin/mv @@ -67,7 +67,7 @@ $NetBSD: patch-ab,v 1.3 2000/11/26 21:59:47 ad Exp $ # which results in files with names /var/log/exim_mainlog, etc. The directory # in which the log files are placed must exist; Exim does not try to create -@@ -407,7 +407,7 @@ +@@ -409,7 +409,7 @@ # the file name, allowing sites that run two separate daemons to distinguish # them. Some installations may want something like this @@ -76,7 +76,7 @@ $NetBSD: patch-ab,v 1.3 2000/11/26 21:59:47 ad Exp $ # If PID_FILE_PATH is not defined, Exim writes a file in its spool directory # (see SPOOL_DIRECTORY below) with the name "exim-daemon.pid" for the standard -@@ -456,7 +456,7 @@ +@@ -458,7 +458,7 @@ # uid and gid. # Many installations will want something like this: @@ -85,3 +85,12 @@ $NetBSD: patch-ab,v 1.3 2000/11/26 21:59:47 ad Exp $ # Others may prefer to keep all Exim things under one directory: # SPOOL_DIRECTORY=/usr/exim/spool +@@ -565,7 +565,7 @@ + # This one is special-purpose, and commonly not required, so do not include + # it by default. + +-# TRANSPORT_LMTP=yes ++TRANSPORT_LMTP=yes + + + # TCP wrappers: If you want to use tcpwrappers from within Exim, uncomment |