Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/root remove no longer existing gnu/* from cdpath.
details: https://anonhg.NetBSD.org/src/rev/c986eca486e7
branches: trunk
changeset: 1005318:c986eca486e7
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Dec 04 08:21:50 2019 +0000
description:
remove no longer existing gnu/* from cdpath.
diffstat:
etc/root/dot.cshrc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c33a411cd7a5 -r c986eca486e7 etc/root/dot.cshrc
--- a/etc/root/dot.cshrc Wed Dec 04 08:21:43 2019 +0000
+++ b/etc/root/dot.cshrc Wed Dec 04 08:21:50 2019 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index