Source-Changes-HG archive

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

[src/trunk]: src/etc/root Freshen up the commented-out suggested PKG_PATH a bit.



details:   https://anonhg.NetBSD.org/src/rev/12afbf7fcb9a
branches:  trunk
changeset: 804814:12afbf7fcb9a
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Nov 30 23:43:30 2014 +0000

description:
Freshen up the commented-out suggested PKG_PATH a bit.

diffstat:

 etc/root/dot.cshrc   |  7 +++----
 etc/root/dot.profile |  7 +++----
 2 files changed, 6 insertions(+), 8 deletions(-)

diffs (41 lines):

diff -r 4453f7c9ac8a -r 12afbf7fcb9a etc/root/dot.cshrc
--- a/etc/root/dot.cshrc        Sun Nov 30 20:25:54 2014 +0000
+++ b/etc/root/dot.cshrc        Sun Nov 30 23:43:30 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.cshrc,v 1.24 2012/03/11 17:28:47 he Exp $
+#      $NetBSD: dot.cshrc,v 1.25 2014/11/30 23:43:30 riz Exp $
 
 alias  h       history
 alias  j       jobs -l
@@ -22,9 +22,8 @@
 
 # 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`/6.0/All"
-#setenv PKG_PATH "${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`/7.0/All"
+#setenv PKG_PATH "${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/`uname -m`/6.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)
diff -r 4453f7c9ac8a -r 12afbf7fcb9a etc/root/dot.profile
--- a/etc/root/dot.profile      Sun Nov 30 20:25:54 2014 +0000
+++ b/etc/root/dot.profile      Sun Nov 30 23:43:30 2014 +0000
@@ -1,13 +1,12 @@
-#      $NetBSD: dot.profile,v 1.26 2012/03/11 17:28:47 he Exp $
+#      $NetBSD: dot.profile,v 1.27 2014/11/30 23:43:30 riz Exp $
 
 export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
 export PATH=${PATH}:/usr/X11R7/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
 
 # Uncomment the following line(s) to install binary packages
 # from ftp.NetBSD.org via pkg_add.  (See also pkg_install.conf)
-#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All
-#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.1/All"
-#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/5.0/All"
+#export PKG_PATH=ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/7.0/All
+#export PKG_PATH="${PKG_PATH};ftp://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -m)/6.0/All"
 
 export BLOCKSIZE=1k
 



Home | Main Index | Thread Index | Old Index