diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-18 18:47:16 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-18 18:47:16 +0000 |
commit | 542c221a0812627e0fc1332251c4d000e363c883 (patch) | |
tree | 9cf758c7bfb1d3649dc1ced95314e8f91fe9c9a4 /net-analyzer/munin/files | |
parent | Version bump: EAPI=5 subslot support. (diff) | |
download | gentoo-2-542c221a0812627e0fc1332251c4d000e363c883.tar.gz gentoo-2-542c221a0812627e0fc1332251c4d000e363c883.tar.bz2 gentoo-2-542c221a0812627e0fc1332251c4d000e363c883.zip |
Fix init script for munin-asyncd to use the correct user; also install the asyncd scripts when installing minimal.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/munin/files')
-rw-r--r-- | net-analyzer/munin/files/munin-asyncd.init.2 | 4 |
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 db0b47c7716c..bf9e06bdaa7f 100644 --- a/net-analyzer/munin/files/munin-asyncd.init.2 +++ b/net-analyzer/munin/files/munin-asyncd.init.2 @@ -1,12 +1,12 @@ #!/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.1 2012/08/23 19:20:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-asyncd.init.2,v 1.2 2012/10/18 18:47:16 flameeyes Exp $ command=/usr/libexec/munin/munin-asyncd command_args="--fork" pidfile="/var/run/munin/munin-asyncd.pid" -start_stop_daemon_args="--background --make-pidfile --user munin-asyncd" +start_stop_daemon_args="--background --make-pidfile --user munin-async" depend() { need munin-node |