Import Debian changes 4.92-8+deb10u6
[hcoop/debian/exim4.git] / debian / patches / 33_eximon.binary.dpatch
CommitLineData
de45f55a
AM
1#! /bin/sh /usr/share/dpatch/dpatch-run
2## 33_eximon.binary.dpatch by Andreas Piesk
3##
4## All lines beginning with `## DP:' are a description of the patch.
5## DP: eximon.bin is installed in /usr/lib/exim4/ and not in path.
6
7diff -NurBbp exim-4.80.orig/OS/eximon.conf-Default exim-4.80/OS/eximon.conf-Default
8--- exim-4.80.orig/OS/eximon.conf-Default 2012-05-18 05:04:36.000000000 +0200
9+++ exim-4.80/OS/eximon.conf-Default 2012-05-18 19:10:59.000000000 +0200
10@@ -5,7 +5,7 @@
11 # The name of the eximon binary, usually the same as the eximon script,
12 # with .bin stuck on the end.
13
14-EXIMON_BINARY="${EXIMON_BINARY-$0.bin}"
15+EXIMON_BINARY="/usr/lib/exim4/${EXIMON_BINARY-${0##*/}.bin}"
16
17 # The remaining parameters are values likely to be changed to suit the
18 # user's taste. They are documented in the EDITME file.