bind9/lib
Evan Hunt 60b129da25 Add zone "initial-file" option
When loading a primary zone for the first time, if the zonefile
does not exist but an "initial-file" option has been set, then a
new file will be copied into place from the path specified by
"initial-file".

This can be used to simplify the process of adding new zones. For
instance, a template zonefile could be used by running:

    $ rndc addzone example.com \
        '{ type primary; file "example.db"; initial-file "template.db"; };'
2025-06-03 12:03:07 -07:00
..
dns Add zone "initial-file" option 2025-06-03 12:03:07 -07:00
isc Allow commandline.c to compile on Solaris 2025-06-02 09:00:48 +00:00
isccc Remove unused symtab implementation 2025-02-25 11:29:58 +01:00
isccfg Add zone "initial-file" option 2025-06-03 12:03:07 -07:00
ns Silence tainted scalar in client.c 2025-05-29 06:26:37 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00