diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-14 18:43:05 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-14 18:43:05 +0000 |
commit | a48a779d11662f2a96c3bb062824377b6c495652 (patch) | |
tree | ccb24691e8f64a015f8f923117fd2dea13bf0da6 /mail/exim-devel/files/patch-aa | |
parent | bd27608968e44ab207fd326f0a7fc26a2c523918 (diff) | |
download | FreeBSD-ports-a48a779d11662f2a96c3bb062824377b6c495652.zip FreeBSD-ports-a48a779d11662f2a96c3bb062824377b6c495652.tar.gz |
Retire our local copy of configure.default, which is a maintenance pain.
Replace it with a patch against the distribution configure.default,
which changes as little as possible so that folks who are accustomed to
Exim on other platforms will not be astonished.
Install the file as configure.default instead of configure.sample, since
it's as close as damnit to the default Exim configuration file.
The only arguably unnecessary deviation from the default is:
* Accept SMTP relay from the loopback IP address. Too many applications
require this, and the window of abuse is arguably negligible.
Diffstat (limited to 'mail/exim-devel/files/patch-aa')
-rw-r--r-- | mail/exim-devel/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim-devel/files/patch-aa b/mail/exim-devel/files/patch-aa index 47b2595..6148845 100644 --- a/mail/exim-devel/files/patch-aa +++ b/mail/exim-devel/files/patch-aa @@ -42,10 +42,10 @@ This patch makes three changes to the exim_install script: - 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 ++ echo $com Installing default configuration file in ${CONFIGURE_FILE%/*}/configure.default + ${real} mkdir -p ${CONFIGURE_FILE%/*} -+ echo ${CP} ../src/configure.default ${CONFIGURE_FILE}.sample -+ ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE}.sample ++ echo ${CP} ../src/configure.default ${CONFIGURE_FILE%/*} ++ ${real} ${CP} ../src/configure.default ${CONFIGURE_FILE%/*} if [ $? -ne 0 ]; then echo $com "" echo $com "*** Exim installation ${ver}failed ***" |