aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim-old
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1998-11-18 19:42:46 +0800
committermarkm <markm@FreeBSD.org>1998-11-18 19:42:46 +0800
commit0b9b39d27cc7c8c24562eade03499b8daf55ff73 (patch)
treea109f5c9c6faed8e626ed4cab6dece346e7a2ccd /mail/exim-old
parent4d268785fdadf4f9850874815c1546070dfb0582 (diff)
downloadfreebsd-ports-gnome-0b9b39d27cc7c8c24562eade03499b8daf55ff73.tar.gz
freebsd-ports-gnome-0b9b39d27cc7c8c24562eade03499b8daf55ff73.tar.zst
freebsd-ports-gnome-0b9b39d27cc7c8c24562eade03499b8daf55ff73.zip
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 'mail/exim-old')
-rw-r--r--mail/exim-old/files/Makefile2
-rw-r--r--mail/exim-old/files/patch-aa12
-rw-r--r--mail/exim-old/pkg-plist1
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/exim-old/files/Makefile b/mail/exim-old/files/Makefile
index bace824bee8a..07e6066e2acf 100644
--- a/mail/exim-old/files/Makefile
+++ b/mail/exim-old/files/Makefile
@@ -101,7 +101,7 @@ COMPRESS_SUFFIX=gz
# location of all other runtime files and directories can be changed in the
# runtime configuration file.
-CONFIGURE_FILE=XX_PREFIX_XX/etc/exim/configure.sample
+CONFIGURE_FILE=XX_PREFIX_XX/etc/exim/configure
# In some installations there may be multiple machines sharing file systems,
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
diff --git a/mail/exim-old/pkg-plist b/mail/exim-old/pkg-plist
index 08eab00d0d2b..377d081a4f58 100644
--- a/mail/exim-old/pkg-plist
+++ b/mail/exim-old/pkg-plist
@@ -3,6 +3,7 @@ sbin/eximon
sbin/eximon.bin
sbin/exim_dumpdb
sbin/exim_fixdb
+sbin/exim_lock
sbin/exim_tidydb
sbin/exinext
sbin/exiwhat