Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man5/package-mapping.conf.rst @ 467:6ecd16725818
Begin refactoring bhyve into fbhyve.
Planned:
- more consistent naming (analogous to jails)
- using bhyve configuration files instead of RC variables for bhyve devices
- more docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 14 Jun 2024 09:40:04 +0200 |
| parents | 6a80de5a67ca |
| children | 6501f942f271 |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- package-mapping.conf ==================== Description ----------- Used by :manpage:`check-ports(8)`. This is a textfile where every line contains two words -- each being a package names:: package-name mapped-package-name When :command:`check-ports` determines the package status for `mapped-package-name` then the repositories are checked with regard to `package-name` also. This is useful when the update status of renamed (private) forks should be checked against the original parent package also. Examples -------- Assume that package ``pack-orig`` is forked into a local package with a different name ``my-forked-pack``. To let the :command:`check-ports` tool to take this into account use:: pack-orig my-forked-pack See Also -------- :manpage:`check-ports(8)` Bugs ---- Comments in the file are currently not allowed.
