From: Michal Nowak Date: Tue, 2 Jun 2026 09:36:36 +0000 (+0000) Subject: Fix named.conf and named.pid path substitutions X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559814afd9195d62d0009bc636b2a6f923ce14fd;p=thirdparty%2Fbind9.git Fix named.conf and named.pid path substitutions Both substitutions wrongly expanded to named.key. Assisted-by: Claude:claude-opus-4-8 --- diff --git a/meson.build b/meson.build index e9d039de8f..6ddda6b785 100644 --- a/meson.build +++ b/meson.build @@ -1992,8 +1992,8 @@ if doc_opt.allowed() rst_epilog = f'''.. |rndc_conf| replace:: ``@sysconfdir@/rndc.conf`` .. |rndc_key| replace:: ``@sysconfdir@/rndc.key`` -.. |named_conf| replace:: ``@sysconfdir@/named.key`` -.. |named_pid| replace:: ``@runstatedir@/named.key`` +.. |named_conf| replace:: ``@sysconfdir@/named.conf`` +.. |named_pid| replace:: ``@runstatedir@/named.pid`` .. |session_key| replace:: ``@runstatedir@/session.key`` '''