diff options
author | 2012-10-03 02:12:40 +0000 | |
---|---|---|
committer | 2012-10-03 02:12:40 +0000 | |
commit | d8f2787f3e0ce653a28cfa5edf0916facf71b441 (patch) | |
tree | a8a3f2a5c9144e8aec7f55a28278fa8325149655 /net-analyzer/munin/files | |
parent | Version bump. We're left with only one patch (the new IPMI plugin), everythin... (diff) | |
download | gentoo-2-d8f2787f3e0ce653a28cfa5edf0916facf71b441.tar.gz gentoo-2-d8f2787f3e0ce653a28cfa5edf0916facf71b441.tar.bz2 gentoo-2-d8f2787f3e0ce653a28cfa5edf0916facf71b441.zip |
Restore checkpath owner/group on /var/run/munin so it works here.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/munin/files')
-rw-r--r-- | net-analyzer/munin/files/munin-node_init.d_2.0.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/munin/files/munin-node_init.d_2.0.5 b/net-analyzer/munin/files/munin-node_init.d_2.0.5 index fc980ad39bc1..26fda2d80878 100644 --- a/net-analyzer/munin/files/munin-node_init.d_2.0.5 +++ b/net-analyzer/munin/files/munin-node_init.d_2.0.5 @@ -1,7 +1,7 @@ #!/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-node_init.d_2.0.5,v 1.4 2012/09/16 16:12:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.5,v 1.5 2012/10/03 02:12:40 robbat2 Exp $ get_munin_config() { awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE" @@ -26,7 +26,7 @@ depend() { } start_pre() { - checkpath -d $(dirname ${pidfile}) + checkpath -o munin:munin -d $(dirname ${pidfile}) } reload() { |