Module Name: src
Committed By: nia
Date: Mon Aug 24 12:45:48 UTC 2020
Modified Files:
src/share/man/man8: afterboot.8
Log Message:
afterboot.8: uname -p, pointed out by various people
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/share/man/man8/afterboot.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man8/afterboot.8
diff -u src/share/man/man8/afterboot.8:1.71 src/share/man/man8/afterboot.8:1.72
--- src/share/man/man8/afterboot.8:1.71 Mon Aug 24 12:35:48 2020
+++ src/share/man/man8/afterboot.8 Mon Aug 24 12:45:48 2020
@@ -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, [email protected]
@@ -924,7 +924,7 @@ For most users, using pkgin to manage bi
.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 ...