Source-Changes-HG archive

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

[src/trunk]: src/etc/root uname -p, pointed out by various



details:   https://anonhg.NetBSD.org/src/rev/41495e95778a
branches:  trunk
changeset: 943041:41495e95778a
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Aug 24 12:46:57 2020 +0000

description:
uname -p, pointed out by various

diffstat:

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

diffs (17 lines):

diff -r 6541591bf7a0 -r 41495e95778a etc/root/dot.profile
--- a/etc/root/dot.profile      Mon Aug 24 12:46:04 2020 +0000
+++ b/etc/root/dot.profile      Mon Aug 24 12:46:57 2020 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: dot.profile,v 1.31 2020/08/15 14:47:28 nia Exp $
+#      $NetBSD: dot.profile,v 1.32 2020/08/24 12:46:57 nia Exp $
 
 export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
 export PATH=${PATH}:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin
 
 # Uncomment the following line(s) to install binary packages
 # from cdn.NetBSD.org via pkg_add.  (See also pkg_install.conf)
-#export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(sysctl -n hw.machine_arch)/$(uname -r|cut -f '1 2' -d.|cut -f 1 -d_)/All"
+#export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.|cut -f 1 -d_)/All"
 
 export BLOCKSIZE=1k
 



Home | Main Index | Thread Index | Old Index