diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/patches/0006-fix-exim-path.patch | 20 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 22 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0c6e44f58..caf6d5683 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ netdata (1.5.0+dfsg-4) UNRELEASED; urgency=medium * Update service unit configuration (Closes: #856412) + * Fix exim path, thanks to Sven Hartge (Closes: #856252) -- Federico Ceratto <federico@debian.org> Wed, 01 Mar 2017 11:17:09 +0000 diff --git a/debian/patches/0006-fix-exim-path.patch b/debian/patches/0006-fix-exim-path.patch new file mode 100644 index 000000000..60ea63900 --- /dev/null +++ b/debian/patches/0006-fix-exim-path.patch @@ -0,0 +1,20 @@ +From: Sven Hartge <sven@svenhartge.de> +Date: Sun, 26 Feb 2017 23:57:41 +0100 +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' +-- +2.11.0 diff --git a/debian/patches/series b/debian/patches/series index ebaa1d609..ecb550d73 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 0003-hide-update-button.patch 0004-use-system-python-yaml-library.patch 0005-Dont-include-prctl.h-on-kFreeBSD-or-Hurd.patch +0006-fix-exim-path.patch |