munin-node: patch to configure plugin-conf.d

Add a new patch (adding_sconfdir_munin-node.patch) to be able to
configure the location of plugin-conf.d (otherwise it has to be
configured at build time).  This patch is very similar to the
existing 'adding_servicedir_munin-node.patch'.
This commit is contained in:
Kjetil Orbekk
2017-11-25 11:23:56 +01:00
committed by Bjørn Forsman
parent c164d83536
commit a2dc37c7d1
2 changed files with 42 additions and 0 deletions
@@ -68,6 +68,7 @@ stdenv.mkDerivation rec {
# https://github.com/munin-monitoring/munin/pull/134
./adding_servicedir_munin-node.patch
./adding_sconfdir_munin-node.patch
./preserve_environment.patch
];