diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-22 04:17:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-22 04:17:11 +0000 |
commit | c878d79673916ddfff6e5b4778a215218490a978 (patch) | |
tree | 5a27dd0576de329ea7c936e2731ae253129c9eed /net-analyzer/munin | |
parent | Remove need net line. (diff) | |
download | gentoo-2-c878d79673916ddfff6e5b4778a215218490a978.tar.gz gentoo-2-c878d79673916ddfff6e5b4778a215218490a978.tar.bz2 gentoo-2-c878d79673916ddfff6e5b4778a215218490a978.zip |
Use /var/run directly for the pidfile as this is started by s-s-d anyway.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r-- | net-analyzer/munin/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/munin/files/munin-asyncd.init.2 | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog index 08520be8a258..3349070bd791 100644 --- a/net-analyzer/munin/ChangeLog +++ b/net-analyzer/munin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/munin # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.115 2012/10/22 01:57:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.116 2012/10/22 04:17:11 flameeyes Exp $ + + 22 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> + files/munin-asyncd.init.2: + Use /var/run directly for the pidfile as this is started by s-s-d anyway. *munin-2.0.7-r5 (22 Oct 2012) diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 b/net-analyzer/munin/files/munin-asyncd.init.2 index e9703dcf1d90..374ce0f8226e 100644 --- a/net-analyzer/munin/files/munin-asyncd.init.2 +++ b/net-analyzer/munin/files/munin-asyncd.init.2 @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-asyncd.init.2,v 1.4 2012/10/22 01:57:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-asyncd.init.2,v 1.5 2012/10/22 04:17:10 flameeyes Exp $ command=/usr/libexec/munin/munin-asyncd command_args="--fork" -pidfile="/var/run/munin/munin-asyncd.pid" +pidfile="/var/run/munin-asyncd.pid" start_stop_daemon_args="--background --make-pidfile --user munin-async" depend() { |