Subject: Re: very wierd behaviour
To: None <tech-kern@netbsd.org>
From: Soren Jacobsen <soren@blef.org>
List: tech-kern
Date: 07/14/2003 15:39:48
On 07/15 00:22, Reinoud Zandijk wrote:
> Hiya folks,
> 
> from the wierd-cabinet this transcript :
> 
> --------------
> Script started on Tue Jul 15 00:19:38 2003
> starbuck# 
> starbuck# pwd
> /usr/sources/cvs.netbsd.org/src
> starbuck# ls
> BUILDING     UPDATING     distrib      include      sbin         usr.sbin
> CVS          bin          doc          lib          share
> Makefile     build.sh     etc          libexec      sys
> Makefile.inc crypto       games        regress      tools
> SUPERSPARC   dist         gnu          rescue       usr.bin
> starbuck# 
> starbuck# cd cvs
> /usr/src/gnu/usr.bin/cvs 
> starbuck# 
> starbuck# pwd
> /usr/sources/cvs.netbsd.org/src/gnu/usr.bin/cvs
> starbuck# 
> starbuck# ls
> CVS          Makefile.inc cvsbug       include      libdiff
> Makefile     cvs          doc          libcvs       rcs2log
> starbuck# alias
> back    set back="$old"; set old="$cwd"; cd "$back"; unset back; dirs
> cd      set old="$cwd"; chdir !*
> h       history
> hup     ( set pid=$< ; kill -HUP $pid ) < /var/run/!$.pid
> j       (jobs -l)
> ll      (ls -l)
> pd      pushd
> pd2     (pushd +2)
> pd3     (pushd +3)
> pd4     (pushd +4)
> tset    set noglob histchars=""; eval `\tset -s !*`; unset noglob histchars
> x       exit
> z       suspend
> starbuck# 
> Script done on Tue Jul 15 00:20:03 2003
> ----------------
> 
> Any explanation? am i getting mad? or is my NetBSD messed up?

Pardon my ignorance, but what's so weird about that?

It looks normal to me, as long as /usr/src is a symlink to
/usr/sources/cvs.netbsd.org/src. root's default .cshrc has cdpath set to
search /usr/src/*.

Also, this is probably not the right list for such a question.