2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

Document relative path of $INCLUDE

Add to the ARM from where relative paths are searched.
This commit is contained in:
Matthijs Mekking 2021-03-19 15:39:20 +01:00
parent 96583e7c40
commit bad5c3cf7c

View File

@ -6294,9 +6294,10 @@ The ``$INCLUDE`` Directive
Syntax: ``$INCLUDE`` filename [origin] [comment] Syntax: ``$INCLUDE`` filename [origin] [comment]
This reads and processes the file ``filename`` as if it were included in the This reads and processes the file ``filename`` as if it were included in the
file at this point. If ``origin`` is specified, the file is processed file at this point. The ``filename`` can be an absolute path, or a relative
with ``$ORIGIN`` set to that value; otherwise, the current ``$ORIGIN`` is path. In the latter case it is read from ``named``'s working directory. If
used. ``origin`` is specified, the file is processed with ``$ORIGIN`` set to that
value; otherwise, the current ``$ORIGIN`` is used.
The origin and the current domain name revert to the values they had The origin and the current domain name revert to the values they had
prior to the ``$INCLUDE`` once the file has been read. prior to the ``$INCLUDE`` once the file has been read.