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 Pull up to netbsd-1-5 branch, OK'd by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/88f85e0cded0
branches:  netbsd-1-5
changeset: 489459:88f85e0cded0
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Thu Sep 14 13:43:26 2000 +0000

description:
Pull up to netbsd-1-5 branch, OK'd by thorpej:

Revisions:
 > cvs rdiff -r1.4 -r1.5 sharesrc/share/skel/dot.cshrc
 > cvs rdiff -r1.3 -r1.4 sharesrc/share/skel/dot.profile

Log:
 > Merge in some changes from the usermgmt examples.

diffstat:

 share/skel/dot.cshrc   |  6 ++++--
 share/skel/dot.profile |  5 +++--
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 7211d9e39bb4 -r 88f85e0cded0 share/skel/dot.cshrc
--- a/share/skel/dot.cshrc      Thu Sep 14 06:38:17 2000 +0000
+++ b/share/skel/dot.cshrc      Thu Sep 14 13:43:26 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.cshrc,v 1.4 1997/12/17 01:41:34 mrg Exp $
+#      $NetBSD: dot.cshrc,v 1.4.10.1 2000/09/14 13:43:26 hubertf Exp $
 #csh .cshrc file
 
 alias h                history 25
@@ -9,10 +9,12 @@
 alias su       su -m
 
 setenv EDITOR  vi
+setenv VISUAL  ${EDITOR}
 setenv EXINIT  'set autoindent'
 setenv PAGER   more
 
-set path = (~/bin /bin /usr/{bin,X11R6/bin,pkg/bin,games} /usr/local/bin)
+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
diff -r 7211d9e39bb4 -r 88f85e0cded0 share/skel/dot.profile
--- a/share/skel/dot.profile    Thu Sep 14 06:38:17 2000 +0000
+++ b/share/skel/dot.profile    Thu Sep 14 13:43:26 2000 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: dot.profile,v 1.3 1998/01/01 08:00:10 mikel Exp $
+#      $NetBSD: dot.profile,v 1.3.10.1 2000/09/14 13:43:26 hubertf Exp $
 
-PATH=$HOME/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/games:/usr/local/bin
+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



Home | Main Index | Thread Index | Old Index