Module Name:    src
Committed By:   nia
Date:           Mon Aug 24 12:46:57 UTC 2020

Modified Files:
        src/etc/root: dot.profile

Log Message:
uname -p, pointed out by various


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/etc/root/dot.profile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/root/dot.profile
diff -u src/etc/root/dot.profile:1.31 src/etc/root/dot.profile:1.32
--- src/etc/root/dot.profile:1.31	Sat Aug 15 14:47:28 2020
+++ src/etc/root/dot.profile	Mon Aug 24 12:46:57 2020
@@ -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
 

Reply via email to