diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-21 05:26:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-10-21 05:26:25 +0000 |
commit | afd025310aa9b088f20c5f8860c74f3313bff04f (patch) | |
tree | ddd4bf0cca3e71af265475013ebf5fdd14241edd /net-analyzer/munin | |
parent | Add a CONFIG_PROTECT setting for the munin-asyncd allowed keys. (diff) | |
download | gentoo-2-afd025310aa9b088f20c5f8860c74f3313bff04f.tar.gz gentoo-2-afd025310aa9b088f20c5f8860c74f3313bff04f.tar.bz2 gentoo-2-afd025310aa9b088f20c5f8860c74f3313bff04f.zip |
Bump to fix the ipmi plugin, also add one more patch for async.
(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 | 8 | ||||
-rw-r--r-- | net-analyzer/munin/munin-2.0.7-r3.ebuild (renamed from net-analyzer/munin/munin-2.0.7-r2.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog index c9429ec8c476..119c7829d478 100644 --- a/net-analyzer/munin/ChangeLog +++ b/net-analyzer/munin/ChangeLog @@ -1,6 +1,12 @@ # 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.111 2012/10/21 04:29:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.112 2012/10/21 05:26:25 flameeyes Exp $ + +*munin-2.0.7-r3 (21 Oct 2012) + + 21 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> +munin-2.0.7-r3.ebuild, + -munin-2.0.7-r2.ebuild: + Bump to fix the ipmi plugin, also add one more patch for async. 21 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> +files/munin.env, munin-2.0.7-r2.ebuild: diff --git a/net-analyzer/munin/munin-2.0.7-r2.ebuild b/net-analyzer/munin/munin-2.0.7-r3.ebuild index afbf89b06a72..601c6c624919 100644 --- a/net-analyzer/munin/munin-2.0.7-r2.ebuild +++ b/net-analyzer/munin/munin-2.0.7-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.7-r2.ebuild,v 1.4 2012/10/21 04:29:51 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.7-r3.ebuild,v 1.1 2012/10/21 05:26:25 flameeyes Exp $ EAPI=4 -PATCHSET=2 +PATCHSET=4 inherit eutils user java-pkg-opt-2 @@ -94,7 +94,7 @@ S="${WORKDIR}/${MY_P}" pkg_setup() { enewgroup munin enewuser munin 177 -1 /var/lib/munin munin - enewuser munin-async -1 /bin/true /var/lib/munin-async + enewuser munin-async -1 /usr/libexec/munin/munin-async /var/lib/munin-async java-pkg-opt-2_pkg_setup } @@ -217,8 +217,10 @@ src_install() { cat - >> "${D}"/var/lib/munin/.ssh/config <<EOF IdentityFile /var/lib/munin/.ssh/id_ecdsa IdentityFile /var/lib/munin/.ssh/id_rsa +StrictHostKeyChecking no EOF + fowners munin:munin /var/lib/munin/.ssh/{,config} fperms go-rwx /var/lib/munin/.ssh/{,config} dodir /usr/share/${PN} |