diff options
author | schmonz <schmonz@pkgsrc.org> | 2022-04-07 17:39:42 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2022-04-07 17:39:42 +0000 |
commit | 00081f0510ac455d315a37871255474de94200f0 (patch) | |
tree | db4d1c1cebb87af7f6e6631bd7643420952027dc /bootstrap/README.OpenBSD | |
parent | ba52fc2b6a1ade48cdaee5e7247971b7e6beac5e (diff) | |
download | pkgsrc-00081f0510ac455d315a37871255474de94200f0.tar.gz |
s/bootstrap-pkgsrc/pkgsrc bootstrap/g
Diffstat (limited to 'bootstrap/README.OpenBSD')
-rw-r--r-- | bootstrap/README.OpenBSD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap/README.OpenBSD b/bootstrap/README.OpenBSD index 855702e1538..3766fdc9166 100644 --- a/bootstrap/README.OpenBSD +++ b/bootstrap/README.OpenBSD @@ -1,8 +1,8 @@ -$NetBSD: README.OpenBSD,v 1.12 2022/04/06 00:23:30 schmonz Exp $ +$NetBSD: README.OpenBSD,v 1.13 2022/04/07 17:39:42 schmonz Exp $ Please read the general README file as well. -bootstrap-pkgsrc installs several tools whose names happen to match +pkgsrc bootstrap installs several tools whose names happen to match programs already provided by OpenBSD. The two sets of package tools are not interchangeable, so you'll need to decide which ones should appear earlier in your PATH -- probably pkgsrc paths before system ones. @@ -17,7 +17,7 @@ But you probably don't want to do this, because it would (for instance) also prevent OpenBSD's pkg_add(1) from being invoked on purpose by fw_update(1). -bootstrap-pkgsrc has been tested on OpenBSD 7.0 (amd64, i386) with the +pkgsrc bootstrap has been tested on OpenBSD 7.0 (amd64, i386) with the system-provided clang. Earlier version/platform/compiler combinations have previously been reported to work. |