oops, accidentally took a line out of tcshrc (#141782)

This commit is contained in:
Bill Nottingham 2004-12-03 21:42:06 +00:00
parent a9aaffb31e
commit da17fee71e
2 changed files with 6 additions and 1 deletions

View File

@ -6,3 +6,5 @@ alias rm 'rm -i'
alias cp 'cp -i'
alias mv 'mv -i'
set prompt='[%n@%m %c]# '

View File

@ -1,6 +1,6 @@
Summary: The basic required files for the root user's directory.
Name: rootfiles
Version: 8
Version: 8.1
Release: 1
License: Public Domain
Group: System Environment/Base
@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) /root/.[A-Za-z]*
%changelog
* Fri Dec 3 2004 Bill Nottingham <notting@redhat.com> 8.1-1
- restore tcsh prompt into .tcshrc (#141782)
* Wed Sep 22 2004 Bill Nottingham <notting@redhat.com> 8-1
- sync files with current /etc/skel stuff
- remove Xresources (#75666)