Source-Changes-HG archive

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

[src/trunk]: src/share/man/man8 afterboot.8: uname -p, pointed out by various...



details:   https://anonhg.NetBSD.org/src/rev/d34dcd55cc55
branches:  trunk
changeset: 943039:d34dcd55cc55
user:      nia <nia%NetBSD.org@localhost>
date:      Mon Aug 24 12:45:48 2020 +0000

description:
afterboot.8: uname -p, pointed out by various people

diffstat:

 share/man/man8/afterboot.8 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 87abbd0905b9 -r d34dcd55cc55 share/man/man8/afterboot.8
--- a/share/man/man8/afterboot.8        Mon Aug 24 12:35:48 2020 +0000
+++ b/share/man/man8/afterboot.8        Mon Aug 24 12:45:48 2020 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: afterboot.8,v 1.71 2020/08/24 12:35:48 nia Exp $
+.\"    $NetBSD: afterboot.8,v 1.72 2020/08/24 12:45:48 nia Exp $
 .\"    $OpenBSD: afterboot.8,v 1.72 2002/02/22 02:02:33 miod Exp $
 .\"
 .\" Originally created by Marshall M. Midden -- 1997-10-20, m4%umn.edu@localhost
@@ -924,7 +924,7 @@
 .Pp
 To install pkgin, if it was not done by the installer:
 .Bd -literal -offset indent
-.Ic export PKG_PATH=https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(sysctl -n hw.machine_arch)/$(uname -r | cut -d_ -f1)/All
+.Ic export PKG_PATH=https://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r | cut -d_ -f1)/All
 .Ic pkg_add pkgin
 .Ic pkgin update
 .Ic pkgin install bash mpg123 fluxbox ...



Home | Main Index | Thread Index | Old Index