From 3a9c16dd8c7dfa4cedada55cebaf7e16f92ac53ddb14d73a200cc969bf9868a3 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sun, 2 Aug 2015 06:39:14 +0000 Subject: [PATCH] Accepting request 319972 from home:bmwiedemann:branches:server:monitoring fix munin-node start (bnc#940287) OBS-URL: https://build.opensuse.org/request/show/319972 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/munin?expand=0&rev=20 --- munin-node.service | 1 + munin.changes | 5 +++++ munin.spec | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/munin-node.service b/munin-node.service index 3318bca..ed49b44 100644 --- a/munin-node.service +++ b/munin-node.service @@ -5,6 +5,7 @@ Requires=network.target [Service] Type=forking ExecStart=/usr/sbin/munin-node +ExecStartPre=/usr/bin/mkdir -p /var/run/munin/ PIDFile=/var/run/munin/munin-node.pid [Install] diff --git a/munin.changes b/munin.changes index 4e5c47e..635d6e4 100644 --- a/munin.changes +++ b/munin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 2 05:52:38 UTC 2015 - bwiedemann@suse.com + +- fix munin-node start (bnc#940287) + ------------------------------------------------------------------- Wed Jan 7 08:07:48 UTC 2015 - wr@rosenauer.org diff --git a/munin.spec b/munin.spec index 519f06b..774448a 100644 --- a/munin.spec +++ b/munin.spec @@ -1,7 +1,7 @@ # # spec file for package munin # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed