mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-21 08:40:41 +01:00
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
This commit is contained in:
parent
40d51b9104
commit
ab3d9ea949
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue