diff options
| author | he <he@NetBSD.org> | 2012-03-11 17:23:55 +0000 |
|---|---|---|
| committer | he <he@NetBSD.org> | 2012-03-11 17:23:55 +0000 |
| commit | 225b091ea41d9933b6c5ace93cfec79ab276db4c (patch) | |
| tree | e6d20a27b81566af1a9d7d41bb02a423f9edaab6 /etc/root | |
| parent | ae347cdee1513cd47923233e901c7ee267a7dbae (diff) | |
Can't use Bourne shell syntax here... (Even in comments, for PKG_PATH.)
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 831ffad6115..1d1b7ed9650 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,4 @@ -# $NetBSD: dot.cshrc,v 1.22 2011/06/21 05:31:29 erh Exp $ +# $NetBSD: dot.cshrc,v 1.23 2012/03/11 17:23:55 he Exp $ alias h history alias j jobs -l @@ -22,8 +22,8 @@ setenv BLOCKSIZE 1k # Uncomment the following line(s) to install binary packages # from ftp.NetBSD.org via pkg_add. (See also pkg_install.conf) -#setenv PKG_PATH "ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.1/All" -#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.0/All" +#setenv PKG_PATH "ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/5.1/All" +#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/5.0/All" set history=1000 set path=(/sbin /usr/sbin /bin /usr/bin /usr/pkg/sbin /usr/pkg/bin /usr/X11R7/bin /usr/X11R6/bin /usr/local/sbin /usr/local/bin) |
