Bug 257703 - dns/bind916: manpage of named.conf(5) refers to wrong FILES
Summary: dns/bind916: manpage of named.conf(5) refers to wrong FILES
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Matthias Andree
URL:
Keywords: easy, patch-ready
Depends on:
Blocks:
 
Reported: 2021-08-09 08:45 UTC by Michael Osipov
Modified: 2022-11-30 19:52 UTC (History)
4 users (show)

See Also:
mandree: maintainer-feedback-
mandree: merge-quarterly+


Attachments
Patch against /usr/ports (main) (483 bytes, patch)
2022-09-30 09:28 UTC, Michael Osipov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2021-08-09 08:45:47 UTC
Since the move from base to ports of BIND9 the manpage isn't updated when the port is build. When you run "man named.conf" the FILES section says:

> FILES
>       /etc/named.conf

but this file does not exist. It should point to /usr/local/etc/named.conf.
Comment 1 Michael Osipov 2022-09-30 09:28:01 UTC
Created attachment 236963 [details]
Patch against /usr/ports (main)

Here is a patch with adds named.conf.5in to 'post-patch' target.

Please have a look.
Comment 2 Michael Osipov 2022-11-15 10:14:10 UTC
Kind ping. Patch is trivial.
Comment 3 Matthias Andree freebsd_committer freebsd_triage 2022-11-30 19:36:16 UTC
Take. Maintainer timeout, 46 days.
Comment 4 commit-hook freebsd_committer freebsd_triage 2022-11-30 19:50:37 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1

commit 2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1
Author:     Michael Osipov <michael.osipov@siemens.com>
AuthorDate: 2022-11-30 19:48:16 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-11-30 19:49:46 +0000

    dns/bind916: update FILES in named.conf(5)

    Since the move from base to ports of BIND9 the manpage isn't updated
    when the port is build. When you run "man named.conf" the FILES section
    says:

    | FILES
    |       /etc/named.conf

    but this file does not exist. It should point to /usr/local/etc/named.conf.

    PR:             257703
    Approved by:    mat@ (maintainer timeout, 46 d)
    MFH:            2022Q4

 dns/bind916/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-11-30 19:51:38 UTC
A commit in branch 2022Q4 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=800b14c584b25845686c84ec0a34395bb9f3f21b

commit 800b14c584b25845686c84ec0a34395bb9f3f21b
Author:     Michael Osipov <michael.osipov@siemens.com>
AuthorDate: 2022-11-30 19:48:16 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2022-11-30 19:50:58 +0000

    dns/bind916: update FILES in named.conf(5)

    Since the move from base to ports of BIND9 the manpage isn't updated
    when the port is build. When you run "man named.conf" the FILES section
    says:

    | FILES
    |       /etc/named.conf

    but this file does not exist. It should point to /usr/local/etc/named.conf.

    PR:             257703
    Approved by:    mat@ (maintainer timeout, 46 d)
    MFH:            2022Q4

    (cherry picked from commit 2b4433d4efc73044b8d0ee9a5d78d4daf93cf9a1)

 dns/bind916/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)