Source-Changes-HG archive

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

[src/trunk]: src/etc/root Point first to 6.0 packages, then to packages for 5...



details:   https://anonhg.NetBSD.org/src/rev/90e6b2c06cea
branches:  trunk
changeset: 777985:90e6b2c06cea
user:      he <he%NetBSD.org@localhost>
date:      Sun Mar 11 17:28:47 2012 +0000

description:
Point first to 6.0 packages, then to packages for 5.1 or 5.0.
The latter have reduced usefullness in -current or netbsd-6 until
we have a compat50 package.

diffstat:

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

diffs (37 lines):

diff -r 980407cdace0 -r 90e6b2c06cea etc/root/dot.cshrc
--- a/etc/root/dot.cshrc        Sun Mar 11 17:23:55 2012 +0000
+++ b/etc/root/dot.cshrc        Sun Mar 11 17:28:47 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: dot.cshrc,v 1.23 2012/03/11 17:23:55 he Exp $
+#      $NetBSD: dot.cshrc,v 1.24 2012/03/11 17:28:47 he Exp $
 
 alias  h       history
 alias  j       jobs -l
@@ -22,7 +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`/5.1/All"
+#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"
 
 set history=1000
diff -r 980407cdace0 -r 90e6b2c06cea etc/root/dot.profile
--- a/etc/root/dot.profile      Sun Mar 11 17:23:55 2012 +0000
+++ b/etc/root/dot.profile      Sun Mar 11 17:28:47 2012 +0000
@@ -1,11 +1,12 @@
-#      $NetBSD: dot.profile,v 1.25 2011/06/21 05:31:29 erh Exp $
+#      $NetBSD: dot.profile,v 1.26 2012/03/11 17:28:47 he 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)/5.1/All"
+#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 BLOCKSIZE=1k



Home | Main Index | Thread Index | Old Index