summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-09-10 14:26:58 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-09-10 18:35:54 +0100
commite91ad4a760cbf58e1f455d2ba226d80aa6c2da05 (patch)
treebb1d6bb3cf0151f3153956df8c96bf59e259eb9c /src/Makefile
parent41afb5cb41e74e265963cb53fcdc6d85379d962a (diff)
downloadexim4-e91ad4a760cbf58e1f455d2ba226d80aa6c2da05.tar.gz
Fix undersized buffer use by eximon. Bug 1527
The long spoolfile line now used for certificate info was too big, resulting in an apparent syntax error in the file. Apart from using a decent size, do autogrow in case of immense certificates.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 99f4ab308..96c0d58ee 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -90,7 +90,7 @@ distclean:; $(RM_COMMAND) -rf build-* cscope*
cscope.files: FRC
echo "-q" > $@
echo "-p3" >> $@
- find src Local OS -name "*.[cshyl]" -print \
+ find src Local OS exim_monitor -name "*.[cshyl]" -print \
-o -name "os.h*" -print \
-o -name "*akefile*" -print \
-o -name EDITME -print >> $@