Remove unused skel files - these have been copied to basesrc/etc/skel.
Part of fix for PR bin/10985.
This commit is contained in:
parent
654fd3b749
commit
8b3a4af9fb
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.9 2000/07/25 17:18:33 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2000/10/16 13:28:38 simonb Exp $
|
||||
# from @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
|
||||
# Missing: ms
|
||||
@ -7,8 +7,7 @@
|
||||
|
||||
.if ${MKSHARE} != "no" || \
|
||||
make(clean) || make(cleandir) || make(distclean) || make(obj)
|
||||
SUBDIR= dict doc examples lkm man me misc mk skel tabset termcap tmac wscons \
|
||||
zoneinfo
|
||||
SUBDIR= dict doc examples lkm man me misc mk tabset termcap tmac wscons zoneinfo
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,8 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.12 1999/02/13 02:54:36 lukem Exp $
|
||||
# from: @(#)Makefile 8.1 (Berkeley) 6/8/93
|
||||
|
||||
FILES= dot.cshrc dot.login dot.mailrc dot.profile dot.rhosts
|
||||
FILESDIR= ${BINDIR}/skel
|
||||
MKOBJ= no
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,28 +0,0 @@
|
||||
# $NetBSD: dot.cshrc,v 1.5 2000/09/13 19:54:01 hubertf 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
|
@ -1,13 +0,0 @@
|
||||
# $NetBSD: dot.login,v 1.3 2000/03/02 16:21:44 hubertf 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
|
@ -1,9 +0,0 @@
|
||||
# $NetBSD: dot.mailrc,v 1.2 1997/10/17 09:27:04 mrg 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
|
@ -1,14 +0,0 @@
|
||||
# $NetBSD: dot.profile,v 1.4 2000/09/13 19:54:02 hubertf 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 +0,0 @@
|
||||
-
|
Loading…
Reference in New Issue
Block a user