diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-07 06:09:37 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-07 06:09:37 -0400 |
commit | c6e95d22d77f480804ddb5c505891206b427dfb1 (patch) | |
tree | 80cddaf025b7dc1f2ffa40f624fb763df458e3e3 /src/OS/eximon.conf-Default | |
parent | 6f99d4d9e2854bcb934dca52930d90435584d291 (diff) |
revert "%s" addition in em_main.c, broke %D in log_file.
Also added gdb support.
This leaves us with a printf warning. We accept that as the cost of using PRINTF_FORMAT for strings that aren't libc formats.
Diffstat (limited to 'src/OS/eximon.conf-Default')
-rw-r--r-- | src/OS/eximon.conf-Default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/eximon.conf-Default b/src/OS/eximon.conf-Default index 9e0769831..2f874ef53 100644 --- a/src/OS/eximon.conf-Default +++ b/src/OS/eximon.conf-Default @@ -5,7 +5,7 @@ # The name of the eximon binary, usually the same as the eximon script, # with .bin stuck on the end. -EXIMON_BINARY=${EXIMON_BINARY-$0.bin} +EXIMON_BINARY="${EXIMON_BINARY-$0.bin}" # The remaining parameters are values likely to be changed to suit the # user's taste. They are documented in the EDITME file. |