--- /usr/portage/app-shells/bash/bash-3.0-r9.ebuild 2005-03-30 07:11:37.000000000 +0200 +++ bash-3.0-r9.ebuild 2005-04-26 14:42:40.689221720 +0200 @@ -62,6 +62,9 @@ # Enable system-wide bashrc (#26952) echo '#define SYS_BASHRC "/etc/bashrc"' >> config-top.h + # Enable system-wide bash_logout + echo '#define SYS_BASH_LOGOUT "/etc/bash.bash_logout"' >> config-top.h + # Force pgrp synchronization # (https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=81653) # @@ -119,7 +122,7 @@ dosym bash /bin/rbash insinto /etc - doins "${FILESDIR}"/bashrc + doins "${FILESDIR}"/bashrc "${FILESDIR}"/bash.bash_logout if use build ; then rm -rf "${D}"/usr