1
0
Fork 0
exim4/debian/patches/33_eximon.binary.dpatch
Daniel Baumann b6ead8c0a5
Adding debian version 4.98.2-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:27:17 +02:00

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.