summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg/pkg.7
Commit message (Collapse)AuthorAgeFilesLines
* Fix multi-repository support by properly respecting 'enabled' flag.bdrewery2013-12-121-2/+9
| | | | | | | | | | | | This will read the REPOS_DIR env/config setting (default is /etc/pkg and /usr/local/etc/pkg/repos) and use the last enabled repository. This can be changed in the environment using a comma-separated list, or in /usr/local/etc/pkg.conf with JSON array syntax of: REPOS_DIR: ["/etc/pkg", "/usr/local/etc/pkg/repos"] Approved by: bapt MFC after: 1 week
* Follow-up to r258227 and document 'enabled' as a boolean instead ofbdrewery2013-11-191-2/+2
| | | | | | | | a string. Approved by: bapt MFC after: 2 days X-MFC-With: r258227
* Use proper capitalization for FreeBSD.orgbdrewery2013-11-051-2/+2
| | | | | Approved by: bapt MFC after: 2 days
* Add -f support to 'pkg bootstrap' and 'pkg add' to force installationbdrewery2013-11-011-4/+16
| | | | | | | | | | | | of pkg(8) even if already installed. This is useful if you somehow messup pkg(8) and need to reinstall from remote with it already being registered in the pkg(8) /var/db/pkg database. Also add some sanity checks to 'pkg add'. Approved by: bapt MFC after: 2 days
* A few minor mdoc improvements.joel2013-10-301-5/+5
|
* Add a pkg(7) manpage for bootstrapbdrewery2013-10-301-0/+262
Approved by: bapt MFC after: 2 days
OpenPOWER on IntegriCloud