blob 0e23618399c79591450874bc94946050208e0e80 474 bytes (raw)
name: gnu/packages/patches/netdata-0002-use-system-exim4.patch # note: path name is non-authoritative(*)
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'
|
debug log:
solving 0e23618399 ...
found 0e23618399 in https://yhetil.org/guix-patches/20210211080944.11165-1-lle-bout@zaclys.net/
applying [1/1] https://yhetil.org/guix-patches/20210211080944.11165-1-lle-bout@zaclys.net/
diff --git a/gnu/packages/patches/netdata-0002-use-system-exim4.patch b/gnu/packages/patches/netdata-0002-use-system-exim4.patch
new file mode 100644
index 0000000000..0e23618399
1:15: trailing whitespace.
Checking patch gnu/packages/patches/netdata-0002-use-system-exim4.patch...
Applied patch gnu/packages/patches/netdata-0002-use-system-exim4.patch cleanly.
warning: 1 line adds whitespace errors.
index at:
100644 0e23618399c79591450874bc94946050208e0e80 gnu/packages/patches/netdata-0002-use-system-exim4.patch
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).