summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-Debianize-path-to-exim4-binary.patch
blob: 6e9960fb76f708a5174f3035960f65a77f41773f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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(-)

--- a/conf.d/python.d/exim.conf
+++ b/conf.d/python.d/exim.conf
@@ -90,4 +90,4 @@
 # AUTO-DETECTION JOBS
 
 local:
-  command: 'exim -bpc'
+  command: '/usr/sbin/exim4 -bpc'