- 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:
parent
4cffe85753
commit
08f32691ed
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user