17 lines
574 B
Text
Executable file
17 lines
574 B
Text
Executable file
Description: We move eximon.bin out of $PATH to /usr/libexec/. Let it be
|
|
found there.
|
|
Author: Andreas Piesk
|
|
Last-Update: 2020-03-21
|
|
Forwarded: not-needed
|
|
|
|
--- a/OS/eximon.conf-Default
|
|
+++ b/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="/usr/libexec/exim4/${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.
|