Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/boinc: ChangeLog
Date: Fri, 24 Jul 2009 10:58:36
Message-Id: E1MUITx-0004RW-Eo@stork.gentoo.org
1 scarabeus 09/07/24 10:58:33
2
3 Modified: ChangeLog
4 Log:
5 Remove bashism in initscript. Per bug #278811. Thanks to Michał Górny for the patch.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.67 sci-misc/boinc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?rev=1.67&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?rev=1.67&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/boinc/ChangeLog?r1=1.66&r2=1.67
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v
18 retrieving revision 1.66
19 retrieving revision 1.67
20 diff -u -r1.66 -r1.67
21 --- ChangeLog 8 Jul 2009 09:00:31 -0000 1.66
22 +++ ChangeLog 24 Jul 2009 10:58:33 -0000 1.67
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-misc/boinc
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.66 2009/07/08 09:00:31 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.67 2009/07/24 10:58:33 scarabeus Exp $
28 +
29 + 24 Jul 2009; Tomáš Chvátal <scarabeus@g.o> files/boinc.init:
30 + Remove bashism in initscript. Per bug #278811. Thanks to Michał Górny
31 + for the patch.
32
33 08 Jul 2009; Tomáš Chvátal <scarabeus@g.o> files/boinc.init:
34 Use pidfile in initscript. Per bug #276271.