File: 33_eximon.binary.dpatch

package info (click to toggle)
exim4 4.99-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 26,076 kB
  • sloc: ansic: 119,292; sh: 4,071; xml: 2,112; perl: 918; makefile: 532
file content (17 lines) | stat: -rwxr-xr-x 574 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.