summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-22 04:17:11 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-22 04:17:11 +0000
commitc878d79673916ddfff6e5b4778a215218490a978 (patch)
tree5a27dd0576de329ea7c936e2731ae253129c9eed /net-analyzer/munin/files
parentRemove need net line. (diff)
downloadgentoo-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/files')
-rw-r--r--net-analyzer/munin/files/munin-asyncd.init.24
1 files changed, 2 insertions, 2 deletions
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() {