diff options
author | David Krause <david@cvs.openbsd.org> | 2003-03-20 01:43:32 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2003-03-20 01:43:32 +0000 |
commit | 9fd75591d406eda4f14481509732f94aef3398a1 (patch) | |
tree | 7315ae545a89a2c3c56ea7c804ddd01f5a822056 | |
parent | d98dc19d566cad2f339accdc664bae53527bda9b (diff) |
add missing rcs ids
ok millert@
-rw-r--r-- | etc/remote | 1 | ||||
-rw-r--r-- | etc/root/dot.cshrc | 4 | ||||
-rw-r--r-- | etc/root/dot.login | 4 | ||||
-rw-r--r-- | etc/root/dot.profile | 4 |
4 files changed, 13 insertions, 0 deletions
diff --git a/etc/remote b/etc/remote index 9fe30440d72..0791130ae5c 100644 --- a/etc/remote +++ b/etc/remote @@ -1,3 +1,4 @@ +# $OpenBSD: remote,v 1.9 2003/03/20 01:43:31 david Exp $ # from: @(#)remote 8.1 (Berkeley) 6/10/93 # # remote -- remote host description database diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index ac8dbcbd0b0..80a6930131b 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,3 +1,7 @@ +# $OpenBSD: dot.cshrc,v 1.11 2003/03/20 01:43:31 david Exp $ +# +# csh initialization + umask 022 alias mail Mail set history=1000 diff --git a/etc/root/dot.login b/etc/root/dot.login index 4fe1d716601..1fc91224911 100644 --- a/etc/root/dot.login +++ b/etc/root/dot.login @@ -1,3 +1,7 @@ +# $OpenBSD: dot.login,v 1.9 2003/03/20 01:43:31 david Exp $ +# +# csh login file + set tterm='?'$TERM set noglob onintr finish diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 878c321a769..289cdbf18ce 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,3 +1,7 @@ +# $OpenBSD: dot.profile,v 1.3 2003/03/20 01:43:31 david Exp $ +# +# sh/ksh initialization + PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH HOME=/root |