summaryrefslogtreecommitdiff
path: root/bootstrap/README.Bitrig
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-11-15 11:19:09 +0000
committerjperkin <jperkin>2016-11-15 11:19:09 +0000
commit7099f97efa2dad82fee8ffd10258d61f27218aa8 (patch)
treebc3814fb025f5bbf65f62cbf249e6280e3ee524c /bootstrap/README.Bitrig
parentd6995cd47df0eb8ee761417b3cc85563707e3385 (diff)
downloadpkgsrc-7099f97efa2dad82fee8ffd10258d61f27218aa8.tar.gz
Change the default PKG_DBDIR to be ${LOCALBASE}/pkgdb. Resolves issues on
other BSDs which already use /var/db/pkg for the native package manager.
Diffstat (limited to 'bootstrap/README.Bitrig')
-rw-r--r--bootstrap/README.Bitrig11
1 files changed, 3 insertions, 8 deletions
diff --git a/bootstrap/README.Bitrig b/bootstrap/README.Bitrig
index 2c9178f6576..ddc1f65c4e6 100644
--- a/bootstrap/README.Bitrig
+++ b/bootstrap/README.Bitrig
@@ -1,16 +1,11 @@
-$NetBSD: README.Bitrig,v 1.1 2015/06/04 15:48:45 sevan Exp $
+$NetBSD: README.Bitrig,v 1.2 2016/11/15 11:19:09 jperkin Exp $
Please read the general README file as well.
Care should be taken so that the tools that this kit installs do not conflict
with the Bitrig userland tools. There are several steps:
-1. Bitrig stores its ports pkg database in /var/db/pkg. Therefore, you must
-choose a different location (e.g. /var/db/pkgsrc) by using the --pkgdbdir
-option to the bootstrap script. If you don't do this, installing pkgsrc
-packages will result in numerous PLIST errors upon install.
-
-2. If you do not intend to use the Bitrig ports tools, it's probably a
+1. If you do not intend to use the Bitrig ports tools, it's probably a
good idea to move them out of the way to avoid confusion, e.g.:
cd /usr/sbin
mv pkg_add pkg_add.orig
@@ -18,7 +13,7 @@ good idea to move them out of the way to avoid confusion, e.g.:
mv pkg_delete pkg_delete.orig
mv pkg_info pkg_info.orig
-3. The bootstrap script will create an example mk.conf file located in
+2. The bootstrap script will create an example mk.conf file located in
pkgsrc/bootstrap/work/mk.conf.example. It contains the settings you provided to
bootstrap. Copy it to your $sysconfdir directory. If $sysconfdir/mk.conf doesn't
exist, the example is copied into place.