Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: munin-node_init.d_2.0.5
Date: Wed, 03 Oct 2012 02:12:51
Message-Id: 20121003021240.7D99521601@flycatcher.gentoo.org
1 robbat2 12/10/03 02:12:40
2
3 Modified: munin-node_init.d_2.0.5
4 Log:
5 Restore checkpath owner/group on /var/run/munin so it works here.
6
7 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-analyzer/munin/files/munin-node_init.d_2.0.5
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.5?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.5?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.5?r1=1.4&r2=1.5
15
16 Index: munin-node_init.d_2.0.5
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.5,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -p -w -b -B -u -u -r1.4 -r1.5
22 --- munin-node_init.d_2.0.5 16 Sep 2012 16:12:31 -0000 1.4
23 +++ munin-node_init.d_2.0.5 3 Oct 2012 02:12:40 -0000 1.5
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
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/munin/files/munin-node_init.d_2.0.5,v 1.4 2012/09/16 16:12:31 flameeyes Exp $
29 +# $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 $
30
31 get_munin_config() {
32 awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE"
33 @@ -26,7 +26,7 @@ depend() {
34 }
35
36 start_pre() {
37 - checkpath -d $(dirname ${pidfile})
38 + checkpath -o munin:munin -d $(dirname ${pidfile})
39 }
40
41 reload() {