Imported Debian patch 4.84-8
[hcoop/debian/exim4.git] / debian / patches / 33_eximon.binary.dpatch
diff --git a/debian/patches/33_eximon.binary.dpatch b/debian/patches/33_eximon.binary.dpatch
new file mode 100755 (executable)
index 0000000..bc78cdc
--- /dev/null
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 33_eximon.binary.dpatch by Andreas Piesk
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: eximon.bin is installed in /usr/lib/exim4/ and not in path.
+
+diff -NurBbp exim-4.80.orig/OS/eximon.conf-Default exim-4.80/OS/eximon.conf-Default
+--- exim-4.80.orig/OS/eximon.conf-Default      2012-05-18 05:04:36.000000000 +0200
++++ exim-4.80/OS/eximon.conf-Default   2012-05-18 19:10:59.000000000 +0200
+@@ -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/lib/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.