From e98ab36cf2bd794e7650d0e2a49d84fb92d08334 Mon Sep 17 00:00:00 2001 From: phk Date: Thu, 27 Oct 1994 05:27:00 +0000 Subject: Fix a bunch of annoying details here, while I remember it. --- etc/root/dot.cshrc | 4 ++-- etc/root/dot.klogin | 6 +++--- etc/root/dot.profile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'etc/root') diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index cdead91..ffa5ecc 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,4 @@ -# $Id: dot.cshrc,v 1.10 1994/09/19 07:01:35 pst Exp $ +# $Id: dot.cshrc,v 1.11 1994/09/22 08:23:02 rgrimes Exp $ # alias mail Mail set history=1000 @@ -6,7 +6,7 @@ set savehist=1000 set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin) # directory stuff: cdpath/cd/back -set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,}) +# set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,}) alias cd 'set old=$cwd; chdir \!*' alias h history alias j jobs -l diff --git a/etc/root/dot.klogin b/etc/root/dot.klogin index 0465667..56098a5 100644 --- a/etc/root/dot.klogin +++ b/etc/root/dot.klogin @@ -1,4 +1,4 @@ -# $Id$ +# $Id: dot.klogin,v 1.2 1994/02/21 20:36:01 rgrimes Exp $ # -user1.root@your.realm.wherever -user2.root@your.realm.wherever +# user1.root@your.realm.wherever +# user2.root@your.realm.wherever diff --git a/etc/root/dot.profile b/etc/root/dot.profile index c8c9e16..7789cda 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.6 1994/09/16 04:20:14 rgrimes Exp $ +# $Id: dot.profile,v 1.7 1994/09/22 08:32:39 rgrimes Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin echo 'erase ^H, kill ^U, intr ^C' @@ -6,5 +6,5 @@ stty crt erase ^H kill ^U intr ^C export PATH HOME=/root export HOME -TERM=pc3 +TERM=cons25 export TERM -- cgit v1.1