summaryrefslogtreecommitdiff
path: root/mail/exim-old/files/patch-aa
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1998-11-18 11:42:46 +0000
committerMark Murray <markm@FreeBSD.org>1998-11-18 11:42:46 +0000
commitceedb8af33bf1570fddae09fce418ca29ca7b1ea (patch)
tree18d0ddf235f78cc77143dd8c0d91db8a7f047f55 /mail/exim-old/files/patch-aa
parentUse LOOP_VAR. (diff)
Duh!
Previous commit taught exim to use ``configure.sample'' as its default configuration file instead of ``configure''. Fix that and a PLIST nit.
Diffstat (limited to '')
-rw-r--r--mail/exim-old/files/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/mail/exim-old/files/patch-aa b/mail/exim-old/files/patch-aa
index 26f5d7479738..f75b135d69dd 100644
--- a/mail/exim-old/files/patch-aa
+++ b/mail/exim-old/files/patch-aa
@@ -1,5 +1,5 @@
--- scripts/exim_install.orig Mon Nov 9 19:01:40 1998
-+++ scripts/exim_install Thu Nov 12 15:26:57 1998
++++ scripts/exim_install Wed Nov 18 13:22:51 1998
@@ -121,18 +121,4 @@
fi
@@ -44,16 +44,20 @@
+
# If there is no configuration file, install the default,
-@@ -208,7 +214,6 @@
+@@ -208,9 +214,8 @@
echo $com ""
-if [ ! -f ${CONFIGURE_FILE} ]; then
- echo $com Installing default configuration in ${CONFIGURE_FILE}
- echo $com because there is no existing configuration file.
+- echo ${CP} ../src/configure.default ${CONFIGURE_FILE}
+- ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE}
+ echo $com Installing sample configuration file
+ ${real} mkdir -p ${CONFIGURE_FILE%/*}
- echo ${CP} ../src/configure.default ${CONFIGURE_FILE}
- ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE}
++ echo ${CP} ../src/configure.default ${CONFIGURE_FILE}.sample
++ ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE}.sample
+ if [ $? -ne 0 ]; then
+ echo $com ""
@@ -218,44 +223,44 @@
exit 1
fi