Source-Changes-HG archive

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

[src/trunk]: src/etc/root Since src/gnu/usr.sbin is populated add it to the c...



details:   https://anonhg.NetBSD.org/src/rev/b9eccdaf757f
branches:  trunk
changeset: 485814:b9eccdaf757f
user:      frueauf <frueauf%NetBSD.org@localhost>
date:      Sat May 06 13:17:33 2000 +0000

description:
Since src/gnu/usr.sbin is populated add it to the cdpath.

diffstat:

 etc/root/dot.cshrc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 651aa742948c -r b9eccdaf757f etc/root/dot.cshrc
--- a/etc/root/dot.cshrc        Sat May 06 10:26:45 2000 +0000
+++ b/etc/root/dot.cshrc        Sat May 06 13:17:33 2000 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: dot.cshrc,v 1.10 1999/06/15 05:44:22 abs Exp $
+#      $NetBSD: dot.cshrc,v 1.11 2000/05/06 13:17:33 frueauf Exp $
 
 set history=1000
 set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin)
 
 # directory stuff: cdpath/cd/back
-set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,gnu/{usr.bin,libexec,lib,games}})
+set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,local,games,gnu/{usr.{bin,sbin},libexec,lib,games}})
 
 setenv BLOCKSIZE 1k
 



Home | Main Index | Thread Index | Old Index