Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/bootchart2/files: bootchart2.init
Date: Tue, 03 Apr 2012 14:07:13
Message-Id: 20120403140637.8953E2004C@flycatcher.gentoo.org
1 jlec 12/04/03 14:06:37
2
3 Modified: bootchart2.init
4 Log:
5 app-benchmarks/bootchart2: Closing if clause in init script
6
7 (Portage version: 2.2.0_alpha98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-benchmarks/bootchart2/files/bootchart2.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init?r1=1.1&r2=1.2
15
16 Index: bootchart2.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- bootchart2.init 2 Apr 2012 13:06:33 -0000 1.1
23 +++ bootchart2.init 3 Apr 2012 14:06:37 -0000 1.2
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/app-benchmarks/bootchart2/files/bootchart2.init,v 1.1 2012/04/02 13:06:33 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init,v 1.2 2012/04/03 14:06:37 jlec Exp $
30
31 depend() {
32 use localmount
33 @@ -13,7 +13,8 @@
34 ebegin "Scheduling termination of Bootchart"
35 /sbin/bootchartd start
36 /sbin/bootchartd wait &
37 - eend $?
38 + eend $?
39 + fi
40 else
41 elog "No bootchart process found!"
42 eindent