Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-2.0.9-r1.ebuild ChangeLog
Date: Mon, 31 Dec 2012 12:54:01
Message-Id: 20121231125347.058442171D@flycatcher.gentoo.org
1 flameeyes 12/12/31 12:53:46
2
3 Modified: munin-2.0.9-r1.ebuild ChangeLog
4 Log:
5 Make sure to create /var/run/munin on pkg install. Fixes bug #449438.
6
7 (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.2 net-analyzer/munin/munin-2.0.9-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: munin-2.0.9-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- munin-2.0.9-r1.ebuild 30 Dec 2012 12:47:25 -0000 1.1
23 +++ munin-2.0.9-r1.ebuild 31 Dec 2012 12:53:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild,v 1.1 2012/12/30 12:47:25 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.9-r1.ebuild,v 1.2 2012/12/31 12:53:46 flameeyes Exp $
29
30 EAPI=5
31
32 @@ -375,4 +375,12 @@
33 elog "Documentation on how to use it is still sparse."
34 fi
35 fi
36 +
37 + # we create this here as we don't want Portage to check /var/run
38 + # symlinks but we still need this to be present before the reboot.
39 + if ! use minimal && ! [[ -d "${ROOT}"/var/run/munin ]]; then
40 + mkdir "${ROOT}"/var/run/munin
41 + chown munin:munin "${ROOT}"/var/run/munin
42 + chmod 0750 "${ROOT}"/var/run/munin
43 + fi
44 }
45
46
47
48 1.130 net-analyzer/munin/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.130&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.130&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.129&r2=1.130
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v
57 retrieving revision 1.129
58 retrieving revision 1.130
59 diff -u -r1.129 -r1.130
60 --- ChangeLog 30 Dec 2012 12:47:25 -0000 1.129
61 +++ ChangeLog 31 Dec 2012 12:53:46 -0000 1.130
62 @@ -1,6 +1,9 @@
63 # ChangeLog for net-analyzer/munin
64 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.129 2012/12/30 12:47:25 flameeyes Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.130 2012/12/31 12:53:46 flameeyes Exp $
67 +
68 + 31 Dec 2012; Diego E. Pettenò <flameeyes@g.o> munin-2.0.9-r1.ebuild:
69 + Make sure to create /var/run/munin on pkg install. Fixes bug #449438.
70
71 *munin-2.0.9-r1 (30 Dec 2012)