summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-scripts::exim_install
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2001-06-18 15:41:39 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2001-06-18 15:41:39 +0000
commit14d40c95d6ceea455e862ed833dbb9bca11c802c (patch)
tree8d1b75573ecf47f1ce54945a08e2957e48807b65 /mail/exim/files/patch-scripts::exim_install
parentremove obsolete patch. (diff)
Update 3.22 -> 3.30:
This is primarily a maintenance release, though there are a very small number of functional additions. This release does not address the "orphaned -D spool files" problem, but to date this problem has not been observed on FreeBSD systems.
Diffstat (limited to 'mail/exim/files/patch-scripts::exim_install')
-rw-r--r--mail/exim/files/patch-scripts::exim_install28
1 files changed, 1 insertions, 27 deletions
diff --git a/mail/exim/files/patch-scripts::exim_install b/mail/exim/files/patch-scripts::exim_install
index 52c291b73638..fbb13e0bad09 100644
--- a/mail/exim/files/patch-scripts::exim_install
+++ b/mail/exim/files/patch-scripts::exim_install
@@ -1,4 +1,4 @@
-This patch makes three changes to the exim_install script:
+This patch makes two changes to the exim_install script:
*) Changes the test used to determine whether a file should be installed
to cope with files which we "touch" to zero bytes for packaging
@@ -7,9 +7,6 @@ This patch makes three changes to the exim_install script:
*) Causes the configure file to be installed as a sample only. The
administrator needs to rename this file to "activate" exim.
-*) Fixes the info(1) titles so that, for example ``info exim'' actually
- enters the exim.info file.
-
--- scripts/exim_install.orig Mon Aug 2 17:43:03 1999
+++ scripts/exim_install Tue Aug 3 14:31:20 1999
@@ -146,9 +146,9 @@
@@ -56,26 +53,3 @@ This patch makes three changes to the exim_install script:
# Install info files if the directory is defined and the Texinfo
# source documentation is present.
-@@ -243,19 +238,19 @@
- echo ${CP} exim_overview.info ${INFO_DIRECTORY}
- ${real} ${CP} exim_overview.info ${INFO_DIRECTORY}
- install-info --section="Exim" \
-- --entry "* Overview: (exim_overview). Overview of the Exim system" \
-+ --entry "* Exim Overview: (exim_overview). Overview of the Exim system" \
- ${INFO_DIRECTORY}/exim_overview.info ${INFO_DIRECTORY}/dir
- makeinfo --no-split --output exim.info ../doc/spec.texinfo
- echo ${CP} exim.info ${INFO_DIRECTORY}
- ${real} ${CP} exim.info ${INFO_DIRECTORY}
- install-info --section="Exim" \
-- --entry "* User guide: (exim). Exim manual" \
-+ --entry "* Exim Specification: (exim). Exim manual" \
- ${INFO_DIRECTORY}/exim.info ${INFO_DIRECTORY}/dir
- makeinfo --no-split --output exim_filter.info ../doc/filter.texinfo
- echo ${CP} exim_filter.info ${INFO_DIRECTORY}
- ${real} ${CP} exim_filter.info ${INFO_DIRECTORY}
- install-info --section="Exim" \
-- --entry "* Filtering: (exim_filter). Filtering mail with Exim" \
-+ --entry "* Exim Filtering: (exim_filter). Filtering mail with Exim" \
- ${INFO_DIRECTORY}/exim_filter.info ${INFO_DIRECTORY}/dir
- fi
-