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/nagios-plugins: nagios-plugins-1.4.16-r2.ebuild nagios-plugins-1.4.16-r3.ebuild ChangeLog
Date: Wed, 21 Nov 2012 18:31:46
Message-Id: 20121121183135.E402A20C65@flycatcher.gentoo.org
1 flameeyes 12/11/21 18:31:35
2
3 Modified: nagios-plugins-1.4.16-r2.ebuild
4 nagios-plugins-1.4.16-r3.ebuild ChangeLog
5 Log:
6 Make sure not to install a wrong sudoers file if smart USE is disabled.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
9
10 Revision Changes Path
11 1.9 net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild?r1=1.8&r2=1.9
16
17 Index: nagios-plugins-1.4.16-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- nagios-plugins-1.4.16-r2.ebuild 21 Nov 2012 11:15:28 -0000 1.8
24 +++ nagios-plugins-1.4.16-r2.ebuild 21 Nov 2012 18:31:35 -0000 1.9
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild,v 1.8 2012/11/21 11:15:28 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r2.ebuild,v 1.9 2012/11/21 18:31:35 flameeyes Exp $
30
31 EAPI=4
32
33 @@ -93,7 +93,7 @@
34 cat - > "${T}"/50${PN} <<EOF
35 # we add /bin/false so that we don't risk causing syntax errors if all USE flags
36 # are off as we'd end up with an empty set
37 -Cmnd_Alias NAGIOS_PLUGINS_CMDS = /bin/false, $(usex smart /usr/sbin/smartctl)
38 +Cmnd_Alias NAGIOS_PLUGINS_CMDS = /bin/false $(use smart && echo ", /usr/sbin/smartctl")
39 User_Alias NAGIOS_PLUGINS_USERS = nagios, icinga
40
41 NAGIOS_PLUGINS_USERS ALL=(root) NOPASSWD: NAGIOS_PLUGINS_CMDS
42
43
44
45 1.2 net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild?r1=1.1&r2=1.2
50
51 Index: nagios-plugins-1.4.16-r3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- nagios-plugins-1.4.16-r3.ebuild 19 Nov 2012 05:40:50 -0000 1.1
58 +++ nagios-plugins-1.4.16-r3.ebuild 21 Nov 2012 18:31:35 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild,v 1.1 2012/11/19 05:40:50 prometheanfire Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.4.16-r3.ebuild,v 1.2 2012/11/21 18:31:35 flameeyes Exp $
64
65 EAPI=4
66
67 @@ -91,7 +91,7 @@
68 cat - > "${T}"/50${PN} <<EOF
69 # we add /bin/false so that we don't risk causing syntax errors if all USE flags
70 # are off as we'd end up with an empty set
71 -Cmnd_Alias NAGIOS_PLUGINS_CMDS = /bin/false, $(usex smart /usr/sbin/smartctl)
72 +Cmnd_Alias NAGIOS_PLUGINS_CMDS = /bin/false $(use smart && echo ", /usr/sbin/smartctl")
73 User_Alias NAGIOS_PLUGINS_USERS = nagios, icinga
74
75 NAGIOS_PLUGINS_USERS ALL=(root) NOPASSWD: NAGIOS_PLUGINS_CMDS
76
77
78
79 1.161 net-analyzer/nagios-plugins/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.161&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?rev=1.161&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog?r1=1.160&r2=1.161
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v
88 retrieving revision 1.160
89 retrieving revision 1.161
90 diff -u -r1.160 -r1.161
91 --- ChangeLog 21 Nov 2012 11:15:28 -0000 1.160
92 +++ ChangeLog 21 Nov 2012 18:31:35 -0000 1.161
93 @@ -1,6 +1,10 @@
94 # ChangeLog for net-analyzer/nagios-plugins
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.160 2012/11/21 11:15:28 ago Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.161 2012/11/21 18:31:35 flameeyes Exp $
98 +
99 + 21 Nov 2012; Diego E. Pettenò <flameeyes@g.o>
100 + nagios-plugins-1.4.16-r2.ebuild, nagios-plugins-1.4.16-r3.ebuild:
101 + Make sure not to install a wrong sudoers file if smart USE is disabled.
102
103 21 Nov 2012; Agostino Sarubbo <ago@g.o>
104 nagios-plugins-1.4.16-r2.ebuild: