From 061a8105c984c45e2b5197d1dff0f69039bd8488 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Fri, 4 Aug 2000 16:04:50 +0000 Subject: Clearly document the nature of the changes introduced with this patch so that the reasons why it hasn't been submitted to the author do not need to be argued over regularly. --- mail/exim/files/patch-aa | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'mail/exim') diff --git a/mail/exim/files/patch-aa b/mail/exim/files/patch-aa index 64e87ce18a9d..8d43ae95028e 100644 --- a/mail/exim/files/patch-aa +++ b/mail/exim/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 @@ -- cgit