From 12f73b1d85c0fe2a90680a2987641a9579662646 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 19 Apr 2018 03:24:23 +0900 Subject: [PATCH] resolvectl: rename systemd-resolve to resolvectl For the compatibility, `systemd-resolve` will be created as a symbolic link to `resolvectl`. --- meson.build | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index c651babe7..c7d6b5af7 100644 --- a/meson.build +++ b/meson.build @@ -1804,8 +1804,8 @@ test_dlopen = executable( # install : true, # install_dir : rootlibexecdir) # -# exe = executable('systemd-resolve', -# systemd_resolve_sources, +# exe = executable('resolvectl', +# resolvectl_sources, # include_directories : includes, # link_with : [libshared, # libbasic_gcrypt, @@ -1819,8 +1819,12 @@ test_dlopen = executable( # public_programs += [exe] # # meson.add_install_script(meson_make_symlink, -# join_paths(bindir, 'systemd-resolve'), +# join_paths(bindir, 'resolvectl'), # join_paths(rootsbindir, 'resolvconf')) +# +# meson.add_install_script(meson_make_symlink, +# join_paths(bindir, 'resolvectl'), +# join_paths(bindir, 'systemd-resolve')) # endif # # if conf.get('ENABLE_LOGIND') == 1 -- 2.30.2