Gitweb:
https://git.exim.org/exim.git/commitdiff/53738d6ab53ad3b53e5e8db08de4849168e5cc14
Commit: 53738d6ab53ad3b53e5e8db08de4849168e5cc14
Parent: fde873f3a2871df467e5783eaa685295015c0089
Author: Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Fri Oct 18 15:15:41 2019 +0200
Committer: Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Fri Oct 18 15:15:41 2019 +0200
Disable EXIM_MONITOR
---
src/src/EDITME | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/src/EDITME b/src/src/EDITME
index 45af210..83325ab 100644
--- a/src/src/EDITME
+++ b/src/src/EDITME
@@ -494,12 +494,12 @@ SUPPORT_DANE=yes
#------------------------------------------------------------------------------
# Compiling the Exim monitor: If you want to compile the Exim monitor, a
# program that requires an X11 display, then EXIM_MONITOR should be set to the
-# value "eximon.bin". Comment out this setting to disable compilation of the
+# value "eximon.bin". De-comment this setting to enable compilation of the
# monitor. The locations of various X11 directories for libraries and include
# files are defaulted in the OS/Makefile-Default file, but can be overridden in
# local OS-specific make files.
-EXIM_MONITOR=eximon.bin
+# EXIM_MONITOR=eximon.bin
#------------------------------------------------------------------------------