summaryrefslogtreecommitdiff
path: root/mail/exim-old/files/patch-aa
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-02-26 13:51:00 +0000
committerMark Murray <markm@FreeBSD.org>1997-02-26 13:51:00 +0000
commit323ac7e8a136becc705777327748122d29faeb47 (patch)
treedc1ee7fc489fe7615f958557bd899d1eabcd83fd /mail/exim-old/files/patch-aa
parentUpgrade to version 1.60. (diff)
Upgrade to version 1.60.
Note! I have fixed a bogon from previous versions where I was putting the executables in $(PREFIX)/bin. They now go in $(PREFIX)/sbin, so make sure your previous binaries have been properly removed!
Diffstat (limited to '')
-rw-r--r--mail/exim-old/files/patch-aa22
1 files changed, 14 insertions, 8 deletions
diff --git a/mail/exim-old/files/patch-aa b/mail/exim-old/files/patch-aa
index 10178af22133..123517f32a26 100644
--- a/mail/exim-old/files/patch-aa
+++ b/mail/exim-old/files/patch-aa
@@ -1,5 +1,5 @@
---- scripts/exim_install.ORG Tue Oct 29 17:46:05 1996
-+++ scripts/exim_install Thu Oct 31 20:53:16 1996
+--- scripts/exim_install.orig Tue Feb 25 11:12:33 1997
++++ scripts/exim_install Wed Feb 26 15:17:09 1997
@@ -8,6 +8,8 @@
# This script also installs a default configuration file in CONFIGURE_FILE
# if there is no configuration file there.
@@ -25,11 +25,11 @@
@@ -76,6 +80,7 @@
# Allow the user to over-ride xx
- case "$dest" in ?*) BIN_DIRECTORY="$dest";; esac
-+case "$info" in ?*) INFO_DIRECTORY="$info";; esac
- case "$conf" in ?*) CONFIGURE_FILE="$conf";; esac
- case "$cp" in ?*) CP="$cp";; esac
- case "$mv" in ?*) MV="$mv";; esac
+ case "$inst_dest" in ?*) BIN_DIRECTORY="$inst_dest";; esac
++case "$inst_info" in ?*) INFO_DIRECTORY="$inst_info";; esac
+ case "$inst_conf" in ?*) CONFIGURE_FILE="$inst_conf";; esac
+ case "$inst_cp" in ?*) CP="$inst_cp";; esac
+ case "$inst_mv" in ?*) MV="$inst_mv";; esac
@@ -101,6 +106,20 @@
fi
fi
@@ -51,7 +51,7 @@
# If no arguments, install everything
if [ $# -gt 0 ]; then
-@@ -166,12 +185,24 @@
+@@ -166,12 +185,30 @@
fi
done
@@ -60,9 +60,15 @@
+echo $com ""
+
+if [ -f ../doc/spec.texinfo ]; then
++ makeinfo --no-split --output exim_overview.info ../doc/oview.texinfo
++ echo ${CP} exim_overview.info ${INFO_DIRECTORY}
++ ${real} ${CP} exim_overview.info ${INFO_DIRECTORY}
+ makeinfo --no-split --output exim.info ../doc/spec.texinfo
+ echo ${CP} exim.info ${INFO_DIRECTORY}
+ ${real} ${CP} exim.info ${INFO_DIRECTORY}
++ makeinfo --no-split --output exim_filter.info ../doc/filter.texinfo
++ echo ${CP} exim_filter.info ${INFO_DIRECTORY}
++ ${real} ${CP} exim_filter.info ${INFO_DIRECTORY}
+fi
+
# If there is no configuration file, install the default,