Copy skel files from sharesrc/share/skel.

Part of fix for PR bin/10985.
This commit is contained in:
simonb 2000-10-16 13:12:26 +00:00
parent d01f7f6e2b
commit 5e1d11c2df
5 changed files with 65 additions and 0 deletions

28
etc/skel/dot.cshrc Normal file
View File

@ -0,0 +1,28 @@
# $NetBSD: dot.cshrc,v 1.1 2000/10/16 13:12:26 simonb Exp $
#csh .cshrc file
alias h history 25
alias j jobs -l
alias la ls -a
alias lf ls -FA
alias ll ls -lA
alias su su -m
setenv EDITOR vi
setenv VISUAL ${EDITOR}
setenv EXINIT 'set autoindent'
setenv PAGER more
set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R6/bin,pkg/{,s}bin,games} \
/usr/local/{,s}bin)
if ($?prompt) then
# An interactive shell -- set some stuff up
set filec
set history = 1000
set ignoreeof
set mail = (/var/mail/$USER)
set mch = `hostname -s`
set prompt = "${mch:q}: {\!} "
umask 2
endif

13
etc/skel/dot.login Normal file
View File

@ -0,0 +1,13 @@
# $NetBSD: dot.login,v 1.1 2000/10/16 13:12:26 simonb Exp $
#csh .login file
if ( ! $?SHELL ) then
setenv SHELL /bin/csh
endif
set noglob
eval `tset -s -m 'network:?xterm'`
unset noglob
stty status '^T' crt -tostop
/usr/games/fortune

9
etc/skel/dot.mailrc Normal file
View File

@ -0,0 +1,9 @@
# $NetBSD: dot.mailrc,v 1.1 2000/10/16 13:12:26 simonb Exp $
ignore message-id received date fcc status resent-date resent-message-id resent-from in-reply-to
set append ask autoprint
set indentprefix="> "
set PAGER=more
set EDITOR=vi
set VISUAL=vi
retain bcc cc date from subject to

14
etc/skel/dot.profile Normal file
View File

@ -0,0 +1,14 @@
# $NetBSD: dot.profile,v 1.1 2000/10/16 13:12:26 simonb Exp $
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin
PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
export PATH
EDITOR=vi
export EDITOR
EXINIT='set autoindent'
export EXINIT
PAGER=more
export PAGER
umask 2

1
etc/skel/dot.rhosts Normal file
View File

@ -0,0 +1 @@
-