]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: minor fixes
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 7 Feb 2019 13:06:48 +0000 (14:06 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:24 +0000 (10:43 +0100)
doc/kresd.8.in
meson.build

index 24d1af0c606a45ecba5a099ad766c3b848c0b3bb..6192c67faf4459cba95bf89152e736835c84fd8a 100644 (file)
@@ -165,7 +165,7 @@ Show short commandline option help.
 .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.
index 0e0de9035c1209bf41b907d1374d041445898d53..93ed6e1fa7f242b933ac06148be137538af852e4 100644 (file)
@@ -45,7 +45,7 @@ endif
 
 ## 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
@@ -54,7 +54,7 @@ else
   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
 
@@ -82,6 +82,7 @@ if systemd != 'disabled'
   endif
   message('---------------------------')
 endif
+# TODO systemd_user_mode
 
 ## Configuration (for *.in files)
 config = configuration_data()
@@ -138,7 +139,6 @@ integr_tests = [
 # Use "archive" target instead
 run_target(
   'archive',
-  output: 'archive',
   command: [
     'scripts/make-archive.sh',
     meson.project_version(),
@@ -170,6 +170,5 @@ subdir('etc')
 
 # 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')))