diff --git a/bash.spec b/bash.spec index f91a049..a578143 100644 --- a/bash.spec +++ b/bash.spec @@ -249,6 +249,11 @@ fi %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt %changelog +* Mon Feb 14 2005 Tim Waugh +- Reverted this change: + - Added code to /etc/skel/.bash_logout to support the gpm selection buffer + invalidation on virtual terminals (bug #115493). + * Mon Jan 31 2005 Tim Waugh 3.0-27 - Applied upstream patch to fix a potential NULL dereference. diff --git a/dot-bash_logout b/dot-bash_logout index 81c6dda..926eddc 100644 --- a/dot-bash_logout +++ b/dot-bash_logout @@ -1,11 +1,3 @@ # ~/.bash_logout - -# invalidate the gpm selection buffer iff logging out from a -# virtual terminal -if test -x /sbin/consoletype && /sbin/consoletype fg -then if test -r /var/run/gpm.pid && test -d "/proc/$(/bin/cat /var/run/gpm.pid)" - then kill -USR2 "$(/bin/cat /var/run/gpm.pid)" - fi -fi - + clear