.B \-V
Show the version.
.SH "SEE ALSO"
-@man_seealso_systemd@@man_seealso_htmldoc@\fIhttps://knot-resolver.readthedocs.io/en/v@version@/\fR
+@man_seealso_systemd@\fIhttps://knot-resolver.readthedocs.io/en/v@version@/\fR
.SH "AUTHORS"
.B kresd
developers are mentioned in the AUTHORS file in the distribution.
## Trust anchors
managed_ta = get_option('managed_ta').enabled()
-kefyile_default = get_option('keyfile_default')
+keyfile_default = get_option('keyfile_default')
if keyfile_default == ''
keyfile_default = join_paths(etc_dir, 'root.keys')
install_root_keys = true
install_root_keys = false
if managed_ta
warning('Using managed_ta along with keyfile_default. Ensure '
- 'keyfile_default will be writable by kresd.')
+ + 'keyfile_default will be writable by kresd.')
endif
endif
endif
message('---------------------------')
endif
+# TODO systemd_user_mode
## Configuration (for *.in files)
config = configuration_data()
# Use "archive" target instead
run_target(
'archive',
- output: 'archive',
command: [
'scripts/make-archive.sh',
meson.project_version(),
# TODO message summary?
message('modules_dir: ' + modules_dir)
-message(kresd_install_path)
message('version: @0@'.format(config.get('version')))
message('date: @0@'.format(config.get('date')))