chiark / gitweb /
resolvectl: rename systemd-resolve to resolvectl
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 18 Apr 2018 18:24:23 +0000 (03:24 +0900)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
For the compatibility, `systemd-resolve` will be created as a symbolic
link to `resolvectl`.

meson.build

index c651babe71cb6eef1396b3244b2fd935dd4dfdd6..c7d6b5af7bbecd154abef82aa631543804ca4050 100644 (file)
@@ -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