CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/10/09 09:42:56
Modified files:
etc/rc.d : unbound
Log message:
Get trust anchor via unbound-checkconf(8)
This tool knows our default config path and '-o auto-trust-anchor-file'
prints the actually set path, if any, regardless of whether exists.
Use that to generate it rather than a best-effort grep/hardcoded path.
OK sthen
