diff options
author | Thomas Haller <thaller@redhat.com> | 2019-11-28 18:30:59 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-11-28 18:33:35 +0100 |
commit | 5996b4f166f06b9a837e38a996f4fdf0c1a963d3 (patch) | |
tree | eb65b587cd13ae278d7a50eff6509af0ae04ff06 | |
parent | d439798c41ff89ba6ccc209477147036dc7c137d (diff) | |
download | NetworkManager-5996b4f166f06b9a837e38a996f4fdf0c1a963d3.tar.gz |
contrib/rpm: fix comment in "NetworkManager.conf" about default [main].plugins
The "ibft" plugin is no more. The default on RHEL/Fedora is now "ifcfg-rh[,keyfile]".
Adjust the configuration, because a wrong comment is confusing here.
Modifying configuration snippets is potentially annoying, because the user might
have edited the file, so on upgrade a "NetworkManager.conf.rpmnew" file
will be created. Still do it.
-rw-r--r-- | contrib/fedora/rpm/NetworkManager.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.conf b/contrib/fedora/rpm/NetworkManager.conf index a2bb0fd39e..6ee4797d4e 100644 --- a/contrib/fedora/rpm/NetworkManager.conf +++ b/contrib/fedora/rpm/NetworkManager.conf @@ -22,7 +22,7 @@ # the previous one. [main] -#plugins=ifcfg-rh,ibft +#plugins=ifcfg-rh [logging] |