Browse Source

add missing rcs ids

ok millert@
OPENBSD_3_3
david 22 years ago
parent
commit
1aaca2057f
4 changed files with 13 additions and 0 deletions
  1. +1
    -0
      src/etc/remote
  2. +4
    -0
      src/etc/root/dot.cshrc
  3. +4
    -0
      src/etc/root/dot.login
  4. +4
    -0
      src/etc/root/dot.profile

+ 1
- 0
src/etc/remote View File

@ -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


+ 4
- 0
src/etc/root/dot.cshrc View File

@ -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


+ 4
- 0
src/etc/root/dot.login View File

@ -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


+ 4
- 0
src/etc/root/dot.profile View File

@ -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


Loading…
Cancel
Save