summaryrefslogtreecommitdiff
path: root/mail/exim-old/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim-old/files/patch-aa')
-rw-r--r--mail/exim-old/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/exim-old/files/patch-aa b/mail/exim-old/files/patch-aa
index a5edf3c681c3..64e87ce18a9d 100644
--- a/mail/exim-old/files/patch-aa
+++ b/mail/exim-old/files/patch-aa
@@ -1,5 +1,17 @@
--- 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 @@
+ from=../util/
+ fi
+
+- if [ ! -s ${from}${name} ]; then
++ if [ ! -r ${from}${name} ]; then
+ echo $com ""
+- echo $com "*** `pwd`/${from}${name} does not exist or is empty"
++ echo $com "*** `pwd`/${from}${name} does not exist"
+ echo $com "*** Have you built Exim successfully?"
+ echo $com "*** Exim installation ${ver}failed ***"
+ exit 1
@@ -195,25 +195,40 @@
fi
done