removed clear from dot-bash_logout(synchronized with bash, #429406),

removed unset USERNAME from dot-bash_profile (synchronized with bash,
    #196735)
This commit is contained in:
Ondrej Vasik 2009-03-30 11:51:09 +00:00
parent fea9fea1ce
commit a8ed657cfd
3 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,2 @@
# ~/.bash_logout
clear

View File

@ -10,4 +10,3 @@ fi
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME

View File

@ -1,11 +1,10 @@
Summary: The basic required files for the root user's directory
Name: rootfiles
Version: 8.1
Release: 4%{?dist}
Release: 5%{?dist}
License: Public Domain
Group: System Environment/Base
Requires: ncurses
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
# within this srpm.
@ -43,6 +42,12 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /root/.[A-Za-z]*
%changelog
* Mon Mar 30 2009 Ondrej Vasik <ovasik@redhat.com> - 8.1-5
- removed clear from dot-bash_logout (synchronized with bash,
related to #429406)
- removed unset USERNAME from dot-bash_profile (synchronized with
bash, related to #196735)
* Mon Mar 23 2009 Phil Knirsch <pknirsch@redhat.com> - 8.1-4
- Added the "we-are-upstream" comments according to Fedora review (#226376)
- Added -p option to install to preserve timestamps (#226376)