]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: pkg: Fix named-makejournal man page installation
authorMichał Kępień <michal@isc.org>
Tue, 8 Jul 2025 12:13:33 +0000 (14:13 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 8 Jul 2025 12:13:33 +0000 (14:13 +0200)
commit28226f979acbf26801f2f8bcc9bb3356a7a29a42
tree5e1832cdfb9296fa82de3d047b600a427ec3a478
parent8936237ef6261a177037b5ba2df8e252fa82abf8
parentccae13b482e281ea13fcf8d01c4d3c66cd52602c
fix: pkg: Fix named-makejournal man page installation

The man page for :iscman:`named-makejournal` was erroneously not
installed when building from a source tarball. This has been fixed.

See #5379

Merge branch '5379-fix-named-makejournal-man-page-installation' into 'main'

See merge request isc-projects/bind9!10709