From: Otto Moerbeek Date: Thu, 18 Jul 2024 07:56:05 +0000 (+0200) Subject: rec: fix include dir docs to not say YAML settings include .conf files X-Git-Tag: rec-5.2.0-alpha1~164^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d012a1a96636699c9e5cf60fd462b833f102dd8;p=thirdparty%2Fpdns.git rec: fix include dir docs to not say YAML settings include .conf files --- diff --git a/pdns/recursordist/settings/table.py b/pdns/recursordist/settings/table.py index 7cb17f94d4..ece2c9543e 100644 --- a/pdns/recursordist/settings/table.py +++ b/pdns/recursordist/settings/table.py @@ -1187,9 +1187,12 @@ Useful during upgrade testing. 'section' : 'recursor', 'type' : LType.String, 'default' : '', - 'help' : 'Include *.conf files from this directory', + 'help' : 'Include settings files from this directory.', 'doc' : ''' -Directory to scan for additional config files. All files that end with .conf are loaded in order using ``POSIX`` as locale. +Directory to scan for additional config files. All files that end with ``.conf`` are loaded in order using ``POSIX`` as locale. + ''', + 'doc-new' : ''' +Directory to scan for additional config files. All files that end with ``.yml`` are loaded in order using ``POSIX`` as locale. ''', }, {