summaryrefslogtreecommitdiff
path: root/mail/exim
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
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.
Notes
Notes: svn path=/head/; revision=14640
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/files/Makefile2
-rw-r--r--mail/exim/files/patch-aa12
-rw-r--r--mail/exim/pkg-plist1
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/exim/files/Makefile b/mail/exim/files/Makefile
index bace824bee8a..07e6066e2acf 100644
--- a/mail/exim/files/Makefile
+++ b/mail/exim/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/files/patch-aa b/mail/exim/files/patch-aa
index 26f5d7479738..f75b135d69dd 100644
--- a/mail/exim/files/patch-aa
+++ b/mail/exim/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/pkg-plist b/mail/exim/pkg-plist
index 08eab00d0d2b..377d081a4f58 100644
--- a/mail/exim/pkg-plist
+++ b/mail/exim/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