From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1NxFdb-000642-HL for garchives@archives.gentoo.org; Thu, 01 Apr 2010 08:20:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 899E5E0876; Thu, 1 Apr 2010 08:20:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 52B7BE0874 for ; Thu, 1 Apr 2010 08:20:19 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id E8AE81B404D for ; Thu, 1 Apr 2010 08:20:18 +0000 (UTC) Received: from the_paya by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NxFdS-0007Ei-EV for gentoo-commits@lists.gentoo.org; Thu, 01 Apr 2010 08:20:18 +0000 From: "Javier Villavicencio (the_paya)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, the_paya@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/default/bsd: ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog X-VCS-Directories: profiles/default/bsd X-VCS-Committer: the_paya X-VCS-Committer-Name: Javier Villavicencio Content-Type: text/plain; charset=utf8 Message-Id: Sender: Javier Villavicencio Date: Thu, 01 Apr 2010 08:20:18 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 063c8a85-71ee-4182-b2c5-bbd44c8776fb X-Archives-Hash: e1ba187a5b511873390a9116fa824eeb the_paya 10/04/01 08:20:18 Modified: ChangeLog Log: Fix several scripts errors that expect configure setting bash as the ru= nning shell. Revision Changes Path 1.32 profiles/default/bsd/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/b= sd/ChangeLog?rev=3D1.32&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/b= sd/ChangeLog?rev=3D1.32&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/default/b= sd/ChangeLog?r1=3D1.31&r2=3D1.32 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 16 Mar 2010 02:25:31 -0000 1.31 +++ ChangeLog 1 Apr 2010 08:20:18 -0000 1.32 @@ -1,6 +1,11 @@ # ChangeLog for profile directory # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.31= 2010/03/16 02:25:31 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.32= 2010/04/01 08:20:18 the_paya Exp $ + + 01 Apr 2010; Javier Villavicencio + fbsd/profile.bashrc: + Point CONFIG_SHELL to /bin/bash, fixes scripts called by configure, ie= : + test scripts, that expect bash. =20 16 Mar 2010; Javier Villavicencio fbsd/profile.bashrc: