mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02: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.
This commit is contained in:
parent
4f7c04eaf9
commit
c86b78de91
1 changed files with 1 additions and 1 deletions
|
|
@ -1126,7 +1126,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