Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff docs/conf.py @ 308:2102b46566f0
Implement "ftjail build-etcupdate-curent-tmpl".
This allows to build a current tree suitable for using with etcupdate's default
and extract modes: allow updating a system without having a corresponding
source tree.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 23 Sep 2022 00:37:33 +0200 |
| parents | 23bcbbbd99ea |
| children | 9c5b76df4f9d |
line wrap: on
line diff
--- a/docs/conf.py Tue Sep 20 09:16:13 2022 +0200 +++ b/docs/conf.py Fri Sep 23 00:37:33 2022 +0200 @@ -73,6 +73,7 @@ man_pages = [ ("man/man8/local-bsdtools", "local-bsdtools", 'FreeBSD administration helper tools v%s' % release, [author], 8), ("man/man8/ftjail", "ftjail", "Management of Thin Jails", [author], 8), + ("man/man8/ftjail-build-etcupdate-current-tmpl", "ftjail-build-etcupdate-current-tmpl", "Build a \"current\" tree suitable for the default and extract mode of \"etcupdate\"", [author], 8), ("man/man8/ftjail-copy-skel", "ftjail-copy-skel", "Recursively copy skeleton contents", [author], 8), ("man/man8/ftjail-datasets-tmpl", "ftjail-datasets-tmpl", "Create ZFS datasets for new Thin Jails using base and skeleton", [author], 8), ("man/man8/ftjail-interlink-tmpl", "ftjail-interlink-tmpl", "Create proper symlinks for \"skeleton\" style Thin Jails", [author], 8),
