Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 468094
Collapse All | Expand All

(-)a/app-shells/bash/bash-4.3_p30.ebuild (-1 / +3 lines)
Lines 175-181 src_install() { Link Here
175
	dosym bash /bin/rbash
175
	dosym bash /bin/rbash
176
176
177
	insinto /etc/bash
177
	insinto /etc/bash
178
	doins "${FILESDIR}"/{bashrc,bash_logout}
178
	doins "${FILESDIR}"/bash_logout
179
	newins "${FILESDIR}"/bashrc-r1 bashrc
180
	keepdir /etc/bash/bashrc.d
179
	insinto /etc/skel
181
	insinto /etc/skel
180
	for f in bash{_logout,_profile,rc} ; do
182
	for f in bash{_logout,_profile,rc} ; do
181
		newins "${FILESDIR}"/dot-${f} .${f}
183
		newins "${FILESDIR}"/dot-${f} .${f}
(-)a/app-shells/bash/files/bashrc (-2 / +5 lines)
Lines 84-88 else Link Here
84
	fi
84
	fi
85
fi
85
fi
86
86
87
for sh in /etc/bash/bashrc.d/* ; do
88
	[[ -r ${sh} ]] && source "${sh}"
89
done
90
87
# Try to keep environment pollution down, EPA loves us.
91
# Try to keep environment pollution down, EPA loves us.
88
unset use_color safe_term match_lhs
92
unset use_color safe_term match_lhs sh
89
- 

Return to bug 468094