Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/user Remove from branch [simonb]:



details:   https://anonhg.NetBSD.org/src/rev/4ecc1acbc9cb
branches:  netbsd-1-5
changeset: 489952:4ecc1acbc9cb
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Oct 20 17:04:13 2000 +0000

description:
Remove from branch [simonb]:
Use /etc/skel only for skeleton files for useradd.
Fixes PR bin/10985.

diffstat:

 usr.sbin/user/dot.cshrc   |  50 -----------------------------------------------
 usr.sbin/user/dot.login   |   1 -
 usr.sbin/user/dot.profile |   8 -------
 3 files changed, 0 insertions(+), 59 deletions(-)

diffs (71 lines):

diff -r ed7ab5a54e9e -r 4ecc1acbc9cb usr.sbin/user/dot.cshrc
--- a/usr.sbin/user/dot.cshrc   Fri Oct 20 17:03:54 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-alias mail Mail
-set ignoreeof filec
-set history=1000
-set path=(/usr/pkg/bin /usr/pkg/sbin /usr/pkg/pthreads/bin /usr/pkg/postgres/bin /sbin /usr/sbin /bin /usr/bin /usr/X11R6/bin /usr/local/scripts /usr/local/bin /usr/local/sbin)
-
-# directory stuff: cdpath/cd/back
-set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,})
-
-setenv BLOCKSIZE 1k
-
-setenv CVS_RSH ssh
-setenv RSYNC_RSH       ssh
-setenv XWINHOME /usr/X11R6
-setenv XAUTHORITY $HOME/.Xauthority
-setenv EDITOR /usr/bin/vi
-setenv VISUAL /usr/bin/vi
-
-setenv CLASSPATH .:/usr/pkg/share/kaffe/classes.zip
-setenv KAFFEHOME /usr/pkg/share/kaffe
-setenv LD_LIBRARY_PATH /usr/pkg/lib:/usr/lib:/usr/X11R6/lib:/usr/local/lib
-
-setenv XNLSPATH /usr/local/netscape/nls
-
-setenv TMPDIR  /tmp
-
-# package stuff
-setenv DISTDIR /usr/pkgsrc/distfiles
-
-setenv MANPATH "/usr/pkg/man:/usr/share/man:/usr/local/man:/usr/X11R6/man"
-
-set id = `id`
-set user = `expr "//$id" : '[^(]*(\([^)]*\)'`
-
-set HOST = `hostname -s`
-
-alias setprompt        'set prompt = "$user@$HOST":"$cwd(\\!)% "'
-alias cd       'cd \!* ; setprompt'
-alias pushd    'pushd \!* ; setprompt'
-alias popd     'popd \!* ; setprompt'
-alias h                history
-alias j                jobs -l
-alias L                'ls -alL \!*'
-alias l                'ls -al \!*'
-alias li       'ls -ail \!*'
-
-alias  tset    'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
-
-if ($?prompt) then
-       setprompt
-endif
diff -r ed7ab5a54e9e -r 4ecc1acbc9cb usr.sbin/user/dot.login
--- a/usr.sbin/user/dot.login   Fri Oct 20 17:03:54 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-tset -Q \?$TERM
diff -r ed7ab5a54e9e -r 4ecc1acbc9cb usr.sbin/user/dot.profile
--- a/usr.sbin/user/dot.profile Fri Oct 20 17:03:54 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-PATH=/sbin:/usr/sbin:/bin:/usr/bin:.
-export PATH
-HOME=/root
-export HOME
-
-if [ -x /usr/bin/tset ]; then
-       eval `/usr/bin/tset -sQ \?$TERM`
-fi



Home | Main Index | Thread Index | Old Index