summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2010-03-10 14:48:01 +0000
committerMichael Haubenwallner <haubi@gentoo.org>2010-03-10 14:48:01 +0000
commit6a985cc23fa7039fcc461a13471581b6019badc0 (patch)
treef992c12f5ea790952a58363ffcbf71d8cc4091f9 /profiles/prefix
parentMarked ppc/ppc64 stable for bug #308383. (diff)
downloadgentoo-2-6a985cc23fa7039fcc461a13471581b6019badc0.tar.gz
gentoo-2-6a985cc23fa7039fcc461a13471581b6019badc0.tar.bz2
gentoo-2-6a985cc23fa7039fcc461a13471581b6019badc0.zip
re-adding aix/profile.bashrc to keep setting CONFIG_SHELL
Diffstat (limited to 'profiles/prefix')
-rw-r--r--profiles/prefix/ChangeLog5
-rw-r--r--profiles/prefix/aix/profile.bashrc7
2 files changed, 11 insertions, 1 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index 814fcd66a67b..63fa59808c8b 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.154 2010/03/08 18:57:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.155 2010/03/10 14:48:00 haubi Exp $
+
+ 10 Mar 2010; Michael Haubenwallner <haubi@gentoo.org> +aix/profile.bashrc:
+ re-adding aix/profile.bashrc to keep setting CONFIG_SHELL
08 Mar 2010; Fabian Groffen <grobian@gentoo.org> darwin/package.mask:
Update cssc mask to point to the right category (dev-util -> dev-vcs)
diff --git a/profiles/prefix/aix/profile.bashrc b/profiles/prefix/aix/profile.bashrc
new file mode 100644
index 000000000000..5ca600ae3b0b
--- /dev/null
+++ b/profiles/prefix/aix/profile.bashrc
@@ -0,0 +1,7 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/profile.bashrc,v 1.4 2010/03/10 14:48:01 haubi Exp $
+
+# never use /bin/sh as CONFIG_SHELL on AIX: it is ways too slow,
+# as well as broken in some corner cases.
+export CONFIG_SHELL=${BASH}