- Reverted this change:

- Added code to /etc/skel/.bash_logout to support the gpm selection buffer
    invalidation on virtual terminals (bug #115493).
This commit is contained in:
Tim Waugh 2005-02-14 16:07:18 +00:00
parent 4cffe85753
commit 08f32691ed
2 changed files with 6 additions and 9 deletions

View File

@ -249,6 +249,11 @@ fi
%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog
* Mon Feb 14 2005 Tim Waugh <twaugh@redhat.com>
- 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 <twaugh@redhat.com> 3.0-27
- Applied upstream patch to fix a potential NULL dereference.

View File

@ -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