summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-01-17 14:23:47 +0100
committerThomas Haller <thaller@redhat.com>2017-01-17 14:26:30 +0100
commitdaf935fb1baa946c18aa6f5bee23c4a3b61e66cd (patch)
tree54e7980fc582c5db3a45576f123a07f47aa428cc
parentc7b525f83e556db8cc203be2736be44ca347a8fd (diff)
downloadNetworkManager-daf935fb1baa946c18aa6f5bee23c4a3b61e66cd.tar.gz
contrib/rpm: fix code comment in default "NetworkManager.conf"
-rw-r--r--contrib/fedora/rpm/NetworkManager.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/fedora/rpm/NetworkManager.conf b/contrib/fedora/rpm/NetworkManager.conf
index a66f370a1e..1979ea6878 100644
--- a/contrib/fedora/rpm/NetworkManager.conf
+++ b/contrib/fedora/rpm/NetworkManager.conf
@@ -14,8 +14,9 @@
# If /etc/NetworkManager/conf.d/ contains a file with the same name as
# /usr/lib/NetworkManager/conf.d/, the latter file is shadowed and thus ignored.
# Hence, to disable loading a file from /usr/lib/NetworkManager/conf.d/ you can
-# put an empty file to etc with the same name. The same applies with respect
-# to the directory /var/lib/NetworkManager/conf.d.
+# put an empty file to /etc with the same name. The same applies with respect
+# to the directory /var/run/NetworkManager/conf.d where files in /var/run shadow
+# /usr/lib and are themselves shadowed by files under /etc.
#
# If two files define the same key, the one that is read afterwards will overwrite
# the previous one.