summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0002-use-system-exim4.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-10 12:30:11 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-10 14:04:07 +0000
commita4fa4dd5785fcafb1b87762c6874928b5b744df7 (patch)
treea4f1fdb066e576b40da4a1a862be9427bd32acfc /debian/patches/debian/0002-use-system-exim4.patch
parentShamelessly adding myself in copyright. (diff)
downloadnetdata-a4fa4dd5785fcafb1b87762c6874928b5b744df7.tar.xz
netdata-a4fa4dd5785fcafb1b87762c6874928b5b744df7.zip
Sorting patches into comonly used subdirectories.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/debian/0002-use-system-exim4.patch')
-rw-r--r--debian/patches/debian/0002-use-system-exim4.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/debian/0002-use-system-exim4.patch b/debian/patches/debian/0002-use-system-exim4.patch
new file mode 100644
index 000000000..0e2361839
--- /dev/null
+++ b/debian/patches/debian/0002-use-system-exim4.patch
@@ -0,0 +1,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'