From: Yu Watanabe Date: Wed, 18 Apr 2018 18:24:23 +0000 (+0900) Subject: resolvectl: rename systemd-resolve to resolvectl X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=12f73b1d85c0fe2a90680a2987641a9579662646;p=elogind.git resolvectl: rename systemd-resolve to resolvectl For the compatibility, `systemd-resolve` will be created as a symbolic link to `resolvectl`. --- 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