From da17fee71e329620e95b000c6d358399fef40c87 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 3 Dec 2004 21:42:06 +0000 Subject: [PATCH] oops, accidentally took a line out of tcshrc (#141782) --- dot-tcshrc | 2 ++ rootfiles.spec | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dot-tcshrc b/dot-tcshrc index 5bcfd29..e68e89e 100644 --- a/dot-tcshrc +++ b/dot-tcshrc @@ -6,3 +6,5 @@ alias rm 'rm -i' alias cp 'cp -i' alias mv 'mv -i' +set prompt='[%n@%m %c]# ' + diff --git a/rootfiles.spec b/rootfiles.spec index 0e1bd47..e01a338 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -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 8.1-1 +- restore tcsh prompt into .tcshrc (#141782) + * Wed Sep 22 2004 Bill Nottingham 8-1 - sync files with current /etc/skel stuff - remove Xresources (#75666)