Source-Changes-HG archive

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

[src/netbsd-7]: src/etc/root Pull up following revision(s) (requested by riz ...



details:   https://anonhg.NetBSD.org/src/rev/0fe9af217a1a
branches:  netbsd-7
changeset: 798655:0fe9af217a1a
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Dec 01 21:17:21 2014 +0000

description:
Pull up following revision(s) (requested by riz in ticket #288):
        etc/root/dot.cshrc: revision 1.25
        etc/root/dot.profile: revision 1.27
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 10fb77d53916 -r 0fe9af217a1a etc/root/dot.cshrc
--- a/etc/root/dot.cshrc        Mon Dec 01 20:07:59 2014 +0000
+++ b/etc/root/dot.cshrc        Mon Dec 01 21:17:21 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.24.12.1 2014/12/01 21:17:21 martin 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 10fb77d53916 -r 0fe9af217a1a etc/root/dot.profile
--- a/etc/root/dot.profile      Mon Dec 01 20:07:59 2014 +0000
+++ b/etc/root/dot.profile      Mon Dec 01 21:17:21 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.26.12.1 2014/12/01 21:17:21 martin 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