diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:34:42 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 08:35:01 +0000 |
commit | 71b295b4e69e1c4982ab41be6c94cbf3291a8a80 (patch) | |
tree | 252b5e7ae07a557f09228b8f503d62f8f910d288 | |
parent | Removing manual python3-six depends, not needed anymore (Closes: #1061684). (diff) | |
download | netdata-71b295b4e69e1c4982ab41be6c94cbf3291a8a80.tar.xz netdata-71b295b4e69e1c4982ab41be6c94cbf3291a8a80.zip |
Removing use-system-exim4.patch, not needed anymore.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/debian/0002-use-system-exim4.patch | 12 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/debian/0002-use-system-exim4.patch b/debian/patches/debian/0002-use-system-exim4.patch deleted file mode 100644 index b37bf2af0..000000000 --- a/debian/patches/debian/0002-use-system-exim4.patch +++ /dev/null @@ -1,12 +0,0 @@ -Author: Sven Hartge <sven@svenhartge.de> -Description: Debian has exim in /usr/sbin which is not in the default path. - -diff -Naurp netdata.orig/src/collectors/python.d.plugin/exim/exim.conf netdata/src/collectors/python.d.plugin/exim/exim.conf ---- netdata.orig/src/collectors/python.d.plugin/exim/exim.conf -+++ netdata/src/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' diff --git a/debian/patches/series b/debian/patches/series index 1986a3570..93918bcc1 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,4 @@ debian/0001-use-system-python.patch -debian/0002-use-system-exim4.patch debian/0003-use-python3.patch debian/0004-use-bash.patch debian/0005-send-email.patch |