Source-Changes-HG archive

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

[src/trunk]: src/etc/skel Cleanup ancient entries derived from 4.4BSD Lite2 m...



details:   https://anonhg.NetBSD.org/src/rev/ca21185b7c2b
branches:  trunk
changeset: 770505:ca21185b7c2b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Oct 19 10:14:35 2011 +0000

description:
Cleanup ancient entries derived from 4.4BSD Lite2 merge
for newer useradd(8) users:
- remove all aliases
- remove annoying EXINIT setting
- comment out other environment settings

Discussed on tech-userlevel@.

diffstat:

 etc/skel/dot.cshrc   |  16 ++++------------
 etc/skel/dot.profile |   7 +++----
 2 files changed, 7 insertions(+), 16 deletions(-)

diffs (50 lines):

diff -r 929b0dad167a -r ca21185b7c2b etc/skel/dot.cshrc
--- a/etc/skel/dot.cshrc        Wed Oct 19 05:22:25 2011 +0000
+++ b/etc/skel/dot.cshrc        Wed Oct 19 10:14:35 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.cshrc,v 1.4 2008/11/19 18:07:20 cube Exp $
+#      $NetBSD: dot.cshrc,v 1.5 2011/10/19 10:14:35 tsutsui Exp $
 #
 # This is the default .cshrc file.
 # Users are expected to edit it to meet their own needs.
@@ -9,17 +9,9 @@
 # See csh(1) for details.
 #
 
-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
+#setenv        EDITOR  vi
+#setenv        VISUAL  ${EDITOR}
+#setenv        PAGER   more
 
 set path = (~/bin /bin /sbin /usr/{bin,sbin,X11R7/bin,X11R6/bin,pkg/{,s}bin,games} \
            /usr/local/{,s}bin)
diff -r 929b0dad167a -r ca21185b7c2b etc/skel/dot.profile
--- a/etc/skel/dot.profile      Wed Oct 19 05:22:25 2011 +0000
+++ b/etc/skel/dot.profile      Wed Oct 19 10:14:35 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.profile,v 1.5 2008/11/19 18:07:20 cube Exp $
+#      $NetBSD: dot.profile,v 1.6 2011/10/19 10:14:35 tsutsui Exp $
 #
 # This is the default .profile file.
 # Users are expected to edit it to meet their own needs.
@@ -13,8 +13,7 @@
 PATH=${PATH}:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
 export PATH
 
-export EDITOR=vi
-export EXINIT='set autoindent'
-export PAGER=more
+#export EDITOR=vi
+#export PAGER=more
 
 export ENV=$HOME/.shrc



Home | Main Index | Thread Index | Old Index