oops, accidentally took a line out of tcshrc (#141782)
This commit is contained in:
parent
a9aaffb31e
commit
da17fee71e
@ -6,3 +6,5 @@ alias rm 'rm -i'
|
||||
alias cp 'cp -i'
|
||||
alias mv 'mv -i'
|
||||
|
||||
set prompt='[%n@%m %c]# '
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user