Module Name:    src
Committed By:   mrg
Date:           Wed Dec  4 08:21:50 UTC 2019

Modified Files:
        src/etc/root: dot.cshrc

Log Message:
remove no longer existing gnu/* from cdpath.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/etc/root/dot.cshrc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/root/dot.cshrc
diff -u src/etc/root/dot.cshrc:1.27 src/etc/root/dot.cshrc:1.28
--- src/etc/root/dot.cshrc:1.27	Thu Mar  1 06:12:09 2018
+++ src/etc/root/dot.cshrc	Wed Dec  4 08:21:50 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: dot.cshrc,v 1.27 2018/03/01 06:12:09 snj Exp $
+#	$NetBSD: dot.cshrc,v 1.28 2019/12/04 08:21:50 mrg Exp $
 
 alias	h	history
 alias	j	jobs -l
@@ -28,7 +28,7 @@ set history=1000
 set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/local/sbin /usr/local/bin)
 
 # directory stuff: cdpath/cd/back
-set cdpath=(/usr/src/{sys,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,libexec,lib,games}})
 
 if ($?prompt && -x /usr/bin/id ) then
 	if (`/usr/bin/id -u` == 0) then

Reply via email to