summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Debianize-path-to-exim4-binary.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0004-Debianize-path-to-exim4-binary.patch')
-rw-r--r--debian/patches/0004-Debianize-path-to-exim4-binary.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/0004-Debianize-path-to-exim4-binary.patch b/debian/patches/0004-Debianize-path-to-exim4-binary.patch
new file mode 100644
index 000000000..34556a4f0
--- /dev/null
+++ b/debian/patches/0004-Debianize-path-to-exim4-binary.patch
@@ -0,0 +1,18 @@
+From: Sven Hartge <sven@svenhartge.de>
+Date: Mon, 18 Sep 2017 13:11:05 +0200
+Subject: Debianize path to exim4 binary
+
+---
+ conf.d/python.d/exim.conf | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/conf.d/python.d/exim.conf b/conf.d/python.d/exim.conf
+index 07d72c5..dd2663d 100644
+--- a/conf.d/python.d/exim.conf
++++ b/conf.d/python.d/exim.conf
+@@ -83,4 +83,4 @@ update_every: 10
+ # AUTO-DETECTION JOBS
+
+ local:
+- command: 'exim -bpc'
++ command: '/usr/sbin/exim4 -bpc'