diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-11-18 11:42:46 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-11-18 11:42:46 +0000 |
commit | ceedb8af33bf1570fddae09fce418ca29ca7b1ea (patch) | |
tree | 18d0ddf235f78cc77143dd8c0d91db8a7f047f55 /mail/exim-devel | |
parent | c9f27cdf4f19de496d8e5e2e978d9a6532a7aa8a (diff) | |
download | ports-ceedb8af33bf1570fddae09fce418ca29ca7b1ea.tar.gz ports-ceedb8af33bf1570fddae09fce418ca29ca7b1ea.zip |
Notes
Diffstat (limited to 'mail/exim-devel')
-rw-r--r-- | mail/exim-devel/files/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-devel/files/patch-aa | 12 | ||||
-rw-r--r-- | mail/exim-devel/pkg-plist | 1 |
3 files changed, 10 insertions, 5 deletions
diff --git a/mail/exim-devel/files/Makefile b/mail/exim-devel/files/Makefile index bace824bee8a..07e6066e2acf 100644 --- a/mail/exim-devel/files/Makefile +++ b/mail/exim-devel/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-devel/files/patch-aa b/mail/exim-devel/files/patch-aa index 26f5d7479738..f75b135d69dd 100644 --- a/mail/exim-devel/files/patch-aa +++ b/mail/exim-devel/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-devel/pkg-plist b/mail/exim-devel/pkg-plist index 08eab00d0d2b..377d081a4f58 100644 --- a/mail/exim-devel/pkg-plist +++ b/mail/exim-devel/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 |