aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-devel
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-08-04 16:04:50 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-08-04 16:04:50 +0000
commit0f53421b04b0014eeb8ba37d03d658294ffcc73f (patch)
treecc211d21e372ffcd76ef62f265e79f14bb20dd74 /mail/exim-devel
parent438f5bb06b8ce62a435c56108217678a01f4e5fc (diff)
downloadports-0f53421b04b0014eeb8ba37d03d658294ffcc73f.tar.gz
ports-0f53421b04b0014eeb8ba37d03d658294ffcc73f.zip
Notes
Diffstat (limited to 'mail/exim-devel')
-rw-r--r--mail/exim-devel/files/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/exim-devel/files/patch-aa b/mail/exim-devel/files/patch-aa
index 64e87ce18a9d..8d43ae95028e 100644
--- a/mail/exim-devel/files/patch-aa
+++ b/mail/exim-devel/files/patch-aa
@@ -1,3 +1,19 @@
+This patch makes four changes to the exim_install script:
+
+1) Changes the test used to determine whether a file should be installed
+ to cope with files which we "touch" to zero bytes for packaging
+ purposes.
+
+2) Causes an exim.sh startup script to be installed in the BSD-style
+ ${PREFIX}/etc/rc.d
+
+3) Causes the configure file to be installed as a sample only. The
+ administrator needs to rename this file to "activate" exim.
+
+4) Changes the invocation of make-info to be less prone to fail on
+ silly errors. XXX Check that this is still necessary from time
+ to time.
+
--- scripts/exim_install.orig Mon Aug 2 17:43:03 1999
+++ scripts/exim_install Tue Aug 3 14:31:20 1999
@@ -142,9 +142,9 @@