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: Wed, 04 Apr 2012 06:11:43
Message-Id: 20120404061134.4A6DE2004C@flycatcher.gentoo.org
1 jlec 12/04/04 06:11:34
2
3 Modified: bootchart2.init
4 Log:
5 app-benchmarks/bootchart2: Initscripts only can use einfo not elog
6
7 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init?r1=1.2&r2=1.3
15
16 Index: bootchart2.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- bootchart2.init 3 Apr 2012 14:06:37 -0000 1.2
23 +++ bootchart2.init 4 Apr 2012 06:11:34 -0000 1.3
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.2 2012/04/03 14:06:37 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/bootchart2/files/bootchart2.init,v 1.3 2012/04/04 06:11:34 jlec Exp $
30
31 depend() {
32 use localmount
33 @@ -16,11 +16,11 @@
34 eend $?
35 fi
36 else
37 - elog "No bootchart process found!"
38 + einfo "No bootchart process found!"
39 eindent
40 - elog "This script does not start bootchart, but only schedules its termination."
41 - elog "Bootchart should be started from the kernel command line."
42 - elog "Please check the README on how to do that."
43 + einfo "This script does not start bootchart, but only schedules its termination."
44 + einfo "Bootchart should be started from the kernel command line."
45 + einfo "Please check the README on how to do that."
46 eoutdent
47 eend 0
48 fi