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:
parent
fea9fea1ce
commit
a8ed657cfd
@ -1,3 +1,2 @@
|
||||
# ~/.bash_logout
|
||||
|
||||
clear
|
||||
|
||||
@ -10,4 +10,3 @@ fi
|
||||
PATH=$PATH:$HOME/bin
|
||||
|
||||
export PATH
|
||||
unset USERNAME
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user