summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-06 00:58:51 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-06 00:58:51 +0000
commit36bbb5773599d2beb44b65a0ba9573fd0427fdc1 (patch)
tree5bc7a42bd138db88579c9bed50f95eb1342e99ea /app-shells/bash/bash-3.1_p17.ebuild
parentAdd ~x86-fbsd keyword and move epunt_cxx after eautoreconf. (diff)
downloadhistorical-36bbb5773599d2beb44b65a0ba9573fd0427fdc1.tar.gz
historical-36bbb5773599d2beb44b65a0ba9573fd0427fdc1.tar.bz2
historical-36bbb5773599d2beb44b65a0ba9573fd0427fdc1.zip
Fix /dev/fd test with FEATURES=userpriv #131875 by Heinrich Nirschl.
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'app-shells/bash/bash-3.1_p17.ebuild')
-rw-r--r--app-shells/bash/bash-3.1_p17.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-shells/bash/bash-3.1_p17.ebuild b/app-shells/bash/bash-3.1_p17.ebuild
index a69ed84c76e3..bfaf2e1655cd 100644
--- a/app-shells/bash/bash-3.1_p17.ebuild
+++ b/app-shells/bash/bash-3.1_p17.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.1 2006/04/14 22:51:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.1_p17.ebuild,v 1.2 2006/05/06 00:58:51 vapier Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -65,6 +65,8 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-3.0-trap-fg-signals.patch
# Fix -/bin/bash login shell #118257
epatch "${FILESDIR}"/bash-3.1-fix-dash-login-shell.patch
+ # Fix /dev/fd test with FEATURES=userpriv #131875
+ epatch "${FILESDIR}"/bash-3.1-dev-fd-test-as-user.patch
# # Fix generation of signals list when cross-compiling
# epatch "${FILESDIR}"/${PN}-3.0-cross-signals.patch
# Log bash commands to syslog #91327