diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-02-21 20:36:03 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-02-21 20:36:03 +0000 |
commit | acc7cb16e573f74d04a5a58a547344b858cc578e (patch) | |
tree | 676e80542efa5e35ae37a32847044e07922320db /etc/root | |
parent | b889438d028afbcf111bcc072cb15d7806c82b8d (diff) | |
download | FreeBSD-src-acc7cb16e573f74d04a5a58a547344b858cc578e.zip FreeBSD-src-acc7cb16e573f74d04a5a58a547344b858cc578e.tar.gz |
Add $Id$'s
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 2 | ||||
-rw-r--r-- | etc/root/dot.klogin | 2 | ||||
-rw-r--r-- | etc/root/dot.login | 2 | ||||
-rw-r--r-- | etc/root/dot.profile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 0de6adf..6e2d3df 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,3 +1,5 @@ +# $Id$ +# alias mail Mail set history=1000 set savehist=1000 diff --git a/etc/root/dot.klogin b/etc/root/dot.klogin index 8de6b57..0465667 100644 --- a/etc/root/dot.klogin +++ b/etc/root/dot.klogin @@ -1,2 +1,4 @@ +# $Id$ +# user1.root@your.realm.wherever user2.root@your.realm.wherever diff --git a/etc/root/dot.login b/etc/root/dot.login index 424dce8..b4a6e83 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -1,3 +1,5 @@ +# $Id$ +# tset -Q \?$TERM stty crt erase ^\? umask 2 diff --git a/etc/root/dot.profile b/etc/root/dot.profile index a2b7c43..b93782f 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,3 +1,5 @@ +# $Id$ +# PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:. echo 'erase ^?, kill ^U, intr ^C' stty crt erase kill intr |