Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog
Date: Thu, 01 Apr 2010 08:20:27
Message-Id: E1NxFdS-0007Ei-EV@stork.gentoo.org
1 the_paya 10/04/01 08:20:18
2
3 Modified: ChangeLog
4 Log:
5 Fix several scripts errors that expect configure setting bash as the running shell.
6
7 Revision Changes Path
8 1.32 profiles/default/bsd/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/bsd/ChangeLog?r1=1.31&r2=1.32
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v
17 retrieving revision 1.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- ChangeLog 16 Mar 2010 02:25:31 -0000 1.31
21 +++ ChangeLog 1 Apr 2010 08:20:18 -0000 1.32
22 @@ -1,6 +1,11 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.31 2010/03/16 02:25:31 the_paya Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.32 2010/04/01 08:20:18 the_paya Exp $
27 +
28 + 01 Apr 2010; Javier Villavicencio <the_paya@g.o>
29 + fbsd/profile.bashrc:
30 + Point CONFIG_SHELL to /bin/bash, fixes scripts called by configure, ie:
31 + test scripts, that expect bash.
32
33 16 Mar 2010; Javier Villavicencio <the_paya@g.o>
34 fbsd/profile.bashrc: