summaryrefslogtreecommitdiff
path: root/mail/exim-old/files/patch-scripts::exim_install
diff options
context:
space:
mode:
Diffstat (limited to 'mail/exim-old/files/patch-scripts::exim_install')
-rw-r--r--mail/exim-old/files/patch-scripts::exim_install28
1 files changed, 1 insertions, 27 deletions
diff --git a/mail/exim-old/files/patch-scripts::exim_install b/mail/exim-old/files/patch-scripts::exim_install
index 52c291b73638..fbb13e0bad09 100644
--- a/mail/exim-old/files/patch-scripts::exim_install
+++ b/mail/exim-old/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
-