Source-Changes-HG archive

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

[src/trunk]: src/etc/root Now that we have nuked /sys, change the cdpath to c...



details:   https://anonhg.NetBSD.org/src/rev/7a693a73b8e9
branches:  trunk
changeset: 551245:7a693a73b8e9
user:      cjep <cjep%NetBSD.org@localhost>
date:      Tue Sep 02 18:39:27 2003 +0000

description:
Now that we have nuked /sys, change the cdpath to contain /usr/src/sys
rather than /sys.

diffstat:

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

diffs (16 lines):

diff -r 80b4a9939427 -r 7a693a73b8e9 etc/root/dot.cshrc
--- a/etc/root/dot.cshrc        Tue Sep 02 17:15:46 2003 +0000
+++ b/etc/root/dot.cshrc        Tue Sep 02 18:39:27 2003 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: dot.cshrc,v 1.14 2001/03/01 22:45:49 tv Exp $
+#      $NetBSD: dot.cshrc,v 1.15 2003/09/02 18:39:27 cjep 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,sbin},libexec,lib,games}})
+set cdpath=(/usr/src/{sys,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