pkgsrc/bootstrap/README.FreeBSD
xtraeme 06f8590c09 Update comment about supported versions, I'm using pkgsrc under
FreeBSD -current and in the past I used it succesfully on 4.x.
2004-07-31 04:06:13 +00:00

23 lines
891 B
Text

$NetBSD: README.FreeBSD,v 1.2 2004/07/31 04:06:13 xtraeme 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 FreeBSD userland tools. There are several steps:
1. FreeBSD stores its ports pkg database in /var/db/pkg. It is therefore
recommended that you choose a different location (e.g. /usr/pkgdb) by
using the --pkgdbdir option to the bootstrap script.
2. If you do not intend to use the FreeBSD 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
mv pkg_create pkg_create.orig
mv pkg_delete pkg_delete.orig
mv pkg_info pkg_info.orig
3. An example /etc/mk.conf file will be placed in mk.conf.example file
when you use the bootstrap script.
bootstrap-pkgsrc has been tested on FreeBSD 4.x, 5.x and -current (i386).