From ab3d9ea949a9067e4e0890082d7f2aba206a0307 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 9 Jul 2024 16:20:54 +0200 Subject: [PATCH] meson: state that ifcfg-rh is deprecated in config summary It's been deprecated for some time, but it doesn't hurt to point it out. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1989 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0102843f8d..4b89d147f2 100644 --- a/meson.build +++ b/meson.build @@ -1129,7 +1129,7 @@ output += ' nmcli: ' + enable_nmcli.to_string() + '\n' output += ' nmtui: ' + enable_nmtui.to_string() + '\n' output += ' nm-cloud-setup: ' + enable_nm_cloud_setup.to_string() + '\n' output += '\nConfiguration_plugins (main.plugins=' + config_plugins_default + ')\n' -output += ' ifcfg-rh: ' + enable_ifcfg_rh.to_string() + '\n' +output += ' ifcfg-rh: ' + enable_ifcfg_rh.to_string() + ' (deprecated)\n' output += ' default value of main.migrate-ifcfg-rh: ' + config_migrate_ifcfg_rh_default + '\n' output += ' ifupdown: ' + enable_ifupdown.to_string() + '\n' output += '\nHandlers for /etc/resolv.conf:\n' + resolv_conf_summary