Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/share/skel Pull up file removal (requested by simonb):



details:   https://anonhg.NetBSD.org/src/rev/feaccbd91bef
branches:  netbsd-1-4
changeset: 471167:feaccbd91bef
user:      he <he%NetBSD.org@localhost>
date:      Wed Oct 25 17:00:23 2000 +0000

description:
Pull up file removal (requested by simonb):
  Use /etc/skel only for skeleton files for useradd.  Fixes PR#10985.

diffstat:

 share/skel/Makefile    |   8 --------
 share/skel/dot.cshrc   |  26 --------------------------
 share/skel/dot.login   |  10 ----------
 share/skel/dot.mailrc  |   9 ---------
 share/skel/dot.profile |  13 -------------
 share/skel/dot.rhosts  |   1 -
 6 files changed, 0 insertions(+), 67 deletions(-)

diffs (91 lines):

diff -r 2db8e026149b -r feaccbd91bef share/skel/Makefile
--- a/share/skel/Makefile       Wed Oct 25 17:00:02 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 2db8e026149b -r feaccbd91bef share/skel/dot.cshrc
--- a/share/skel/dot.cshrc      Wed Oct 25 17:00:02 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-#      $NetBSD: dot.cshrc,v 1.4 1997/12/17 01:41:34 mrg 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 EXINIT  'set autoindent'
-setenv PAGER   more
-
-set path = (~/bin /bin /usr/{bin,X11R6/bin,pkg/bin,games} /usr/local/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 2db8e026149b -r feaccbd91bef share/skel/dot.login
--- a/share/skel/dot.login      Wed Oct 25 17:00:02 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-#      $NetBSD: dot.login,v 1.2 1997/10/17 09:26:59 mrg Exp $
-#csh .login file
-
-setenv SHELL /bin/csh
-set noglob
-eval `tset -s -m 'network:?xterm'`
-unset noglob
-stty status '^T' crt -tostop
-
-/usr/games/fortune
diff -r 2db8e026149b -r feaccbd91bef share/skel/dot.mailrc
--- a/share/skel/dot.mailrc     Wed Oct 25 17:00:02 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 2db8e026149b -r feaccbd91bef share/skel/dot.profile
--- a/share/skel/dot.profile    Wed Oct 25 17:00:02 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#      $NetBSD: dot.profile,v 1.3 1998/01/01 08:00:10 mikel Exp $
-
-PATH=$HOME/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/games:/usr/local/bin
-export PATH
-
-EDITOR=vi
-export EDITOR
-EXINIT='set autoindent'
-export EXINIT
-PAGER=more
-export PAGER
-
-umask 2
diff -r 2db8e026149b -r feaccbd91bef share/skel/dot.rhosts
--- a/share/skel/dot.rhosts     Wed Oct 25 17:00:02 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
--



Home | Main Index | Thread Index | Old Index