summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-05 16:43:27 +0200
committerThomas Haller <thaller@redhat.com>2019-04-08 10:18:06 +0200
commitab593d3ad1778ea1aa26d03c01536c42705a66f0 (patch)
tree5002a093367d777f265de5b80b920f77f9d3dfb4
parenta4a6a6b6ee907ad0ca4304f5f332354278bdcdc3 (diff)
downloadNetworkManager-ab593d3ad1778ea1aa26d03c01536c42705a66f0.tar.gz
examples: rename "examples/nm-conf.d/{31-mac-addr-change.conf => 10-no-wifi-scan-rand-mac-address.conf}"
The name "10-no-wifi-scan-rand-mac-address.conf" seems better suited for what it does. Also, use "10-" as prefix. This seems a fundamental setting that should be loaded very early. Giving more room for user configuration to amend/overwrite the setting.
-rw-r--r--Makefile.examples2
-rw-r--r--examples/nm-conf.d/10-no-wifi-scan-rand-mac-address.conf (renamed from examples/nm-conf.d/31-mac-addr-change.conf)4
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.examples b/Makefile.examples
index 92923a8db6..b05f119423 100644
--- a/Makefile.examples
+++ b/Makefile.examples
@@ -147,8 +147,8 @@ EXTRA_DIST += \
examples/lua/lgi/change-vpn-username.lua \
examples/lua/lgi/deactivate-all.lua \
\
+ examples/nm-conf.d/10-no-wifi-scan-rand-mac-address.conf \
examples/nm-conf.d/30-anon.conf \
- examples/nm-conf.d/31-mac-addr-change.conf \
\
examples/python/dbus/nm-state.py \
examples/python/dbus/add-connection.py \
diff --git a/examples/nm-conf.d/31-mac-addr-change.conf b/examples/nm-conf.d/10-no-wifi-scan-rand-mac-address.conf
index f32507a15c..864b580a9c 100644
--- a/examples/nm-conf.d/31-mac-addr-change.conf
+++ b/examples/nm-conf.d/10-no-wifi-scan-rand-mac-address.conf
@@ -4,11 +4,11 @@
# See man NetworkManager.conf
#
# https://bugzilla.gnome.org/show_bug.cgi?id=777523
-[device-31-mac-addr-change]
+[device-10-no-wifi-scan-rand-mac-address]
match-device=driver:eagle_sdio,driver:wl
wifi.scan-rand-mac-address=no
-[connection-31-mac-addr-change]
+[connection-10-no-wifi-scan-rand-mac-address]
# These are defaults for the connection profile. Here we set only the default
# value. Note that the default value already should be "preserve", so this has
# no actual effect.