diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 18:43:05 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2001-06-14 18:43:05 +0000 |
commit | 98bfa4fbf7b135d4c44b5820d735d58fd094c37a (patch) | |
tree | cff3832118794a08a3e72c97fbf0c3bbc5bff2c5 /mail/exim-devel/files/patch-aa | |
parent | Change ${RM} to ${RM} -f in post-build, otherwise things stop (diff) |
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.
Notes
Notes:
svn path=/head/; revision=44004
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 47b2595e1088..614884508733 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 ***" |