pullup #2873
[pkgsrc.git] / bootstrap / README.FreeBSD
1 $NetBSD: README.FreeBSD,v 1.2 2004/07/31 04:06:13 xtraeme Exp $
2
3 Please read the general README file as well.
4
5 Care should be taken so that the tools that this kit installs do not conflict
6 with the FreeBSD userland tools. There are several steps:
7
8 1. FreeBSD stores its ports pkg database in /var/db/pkg. It is therefore
9 recommended that you choose a different location (e.g. /usr/pkgdb) by
10 using the --pkgdbdir option to the bootstrap script.
11
12 2. If you do not intend to use the FreeBSD ports tools, it's probably a
13 good idea to move them out of the way to avoid confusion, e.g.:
14         cd /usr/sbin
15         mv pkg_add pkg_add.orig
16         mv pkg_create pkg_create.orig
17         mv pkg_delete pkg_delete.orig
18         mv pkg_info pkg_info.orig
19
20 bootstrap-pkgsrc has been tested on FreeBSD 4.x, 5.x and -current (i386).