summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0002-use-system-exim4.patch
blob: 0e23618399c79591450874bc94946050208e0e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Author: Sven Hartge <sven@svenhartge.de>
Description: Debian has exim in /usr/sbin which is not in the default path.

diff -Naurp netdata.orig/collectors/python.d.plugin/exim/exim.conf netdata/collectors/python.d.plugin/exim/exim.conf
--- netdata.orig/collectors/python.d.plugin/exim/exim.conf
+++ netdata/collectors/python.d.plugin/exim/exim.conf
@@ -88,4 +88,4 @@ update_every: 10
 # AUTO-DETECTION JOBS
 
 local:
-  command: 'exim -bpc'
+  command: '/usr/sbin/exim -bpc'