comparison docs/man/man5/package-mapping.conf.rst @ 738:6420368517d5

Docs: comments are allowed in package-mapping.conf now
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 07 Oct 2024 17:30:10 +0200
parents 6501f942f271
children 56ab5c012d5f
comparison
equal deleted inserted replaced
737:907cbedee676 738:6420368517d5
19 19
20 This is useful when the update status of renamed (private) forks (with 20 This is useful when the update status of renamed (private) forks (with
21 `installed-package-name`) should be checked against the original 21 `installed-package-name`) should be checked against the original
22 parent package (with name `original-package-name`) also. 22 parent package (with name `original-package-name`) also.
23 23
24 Empty lines and lines starting with ``#`` are treated as a comment.
25
24 26
25 Examples 27 Examples
26 -------- 28 --------
27 29
28 Assume that package ``pack-orig`` is forked into a local package with 30 Assume that package ``pack-orig`` is forked into a local package with
29 a different name ``my-forked-pack``. To let the tools :command:`check-ports` 31 a different name ``my-forked-pack``. To let the tools :command:`check-ports`
30 and :command:`fports` to take this into account use:: 32 and :command:`fports` to take this into account use::
31 33
32 my-forked-pack pack-orig 34 my-forked-pack pack-orig
33 35
36 # my-commented-out-pack other-pack-orig
37
34 38
35 See Also 39 See Also
36 -------- 40 --------
37 41
38 :manpage:`check-ports(8)`
39
40
41 Bugs
42 ----
43
44 Comments in the file are currently not allowed.