summaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-debianize-path-to-exim4-binary.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 16:32:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2018-12-28 16:32:07 +0000
commit4ea884f73fb9b041ca41f10e87f5abed8295d5d1 (patch)
tree76eb9eca6fd885314d4b35da4a0efcb8fd473875 /debian/patches/0004-debianize-path-to-exim4-binary.patch
parentRefreshing Skip-debian-files-in-upstream-s-makefile.patch. (diff)
downloadnetdata-4ea884f73fb9b041ca41f10e87f5abed8295d5d1.tar.xz
netdata-4ea884f73fb9b041ca41f10e87f5abed8295d5d1.zip
Harmonizing patch filenames.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/0004-debianize-path-to-exim4-binary.patch')
-rw-r--r--debian/patches/0004-debianize-path-to-exim4-binary.patch12
1 files changed, 12 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..954c5c7cc
--- /dev/null
+++ b/debian/patches/0004-debianize-path-to-exim4-binary.patch
@@ -0,0 +1,12 @@
+Author: Sven Hartge <sven@svenhartge.de>
+Description: Debianize path to exim4 binary
+
+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
+@@ -90,4 +90,4 @@ update_every: 10
+ # AUTO-DETECTION JOBS
+
+ local:
+- command: 'exim -bpc'
++ command: '/usr/sbin/exim -bpc'