Import p5-Array-Diff version 0.05.
[pkgsrc.git] / bootstrap / README.FreeBSD
1 $NetBSD: README.FreeBSD,v 1.3 2003/02/21 11:34:17 grant 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 3. An example /etc/mk.conf file will be placed in mk.conf.example file
21 when you use the bootstrap script.
22
23 bootstrap-pkgsrc has been tested on FreeBSD 4.7 and 5.0 (i386).