Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/share/skel Remove from branch [simonb]:
details: https://anonhg.NetBSD.org/src/rev/6f66896656f5
branches: netbsd-1-5
changeset: 489947:6f66896656f5
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 20 17:01:50 2000 +0000
description:
Remove from branch [simonb]:
Use /etc/skel only for skeleton files for useradd.
Fixes PR bin/10985.
diffstat:
share/skel/Makefile | 8 --------
share/skel/dot.cshrc | 28 ----------------------------
share/skel/dot.login | 13 -------------
share/skel/dot.mailrc | 9 ---------
share/skel/dot.profile | 14 --------------
share/skel/dot.rhosts | 1 -
6 files changed, 0 insertions(+), 73 deletions(-)
diffs (97 lines):
diff -r 8507e80702d9 -r 6f66896656f5 share/skel/Makefile
--- a/share/skel/Makefile Fri Oct 20 17:01:32 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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>
diff -r 8507e80702d9 -r 6f66896656f5 share/skel/dot.cshrc
--- a/share/skel/dot.cshrc Fri Oct 20 17:01:32 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: dot.cshrc,v 1.4.10.1 2000/09/14 13:43:26 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
diff -r 8507e80702d9 -r 6f66896656f5 share/skel/dot.login
--- a/share/skel/dot.login Fri Oct 20 17:01:32 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
diff -r 8507e80702d9 -r 6f66896656f5 share/skel/dot.mailrc
--- a/share/skel/dot.mailrc Fri Oct 20 17:01:32 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
diff -r 8507e80702d9 -r 6f66896656f5 share/skel/dot.profile
--- a/share/skel/dot.profile Fri Oct 20 17:01:32 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-# $NetBSD: dot.profile,v 1.3.10.1 2000/09/14 13:43:26 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
diff -r 8507e80702d9 -r 6f66896656f5 share/skel/dot.rhosts
--- a/share/skel/dot.rhosts Fri Oct 20 17:01:32 2000 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
--
Home |
Main Index |
Thread Index |
Old Index