config: read configuration directory "/usr/lib/NetworkManager/conf.d"
authorThomas Haller <thaller@redhat.com>
Mon, 8 Jun 2015 15:51:04 +0000 (17:51 +0200)
committerThomas Haller <thaller@redhat.com>
Thu, 2 Jul 2015 14:01:20 +0000 (16:01 +0200)
commitd783742b2207afed9e12293d06ce7f9c491fced8
tree1879ffcae78be792c7d4f3da74e773757148e4d8
parent32dbc51dbd2842a6196bc84f9c303bee9c16a2de
config: read configuration directory "/usr/lib/NetworkManager/conf.d"

This allows packages to install their configuration snippets to
"/usr/", which is a better place for system-provided configuration
files then "/etc".

"/usr/lib/NetworkManager/conf.d/" is read first, so that the values
in /etc have higher priority.

In general, we want to move system-provided configuration away from
/etc, so that a user can do a "factory-reset" by purging /etc.

https://bugzilla.gnome.org/show_bug.cgi?id=738853
contrib/fedora/rpm/NetworkManager.conf
contrib/fedora/rpm/NetworkManager.spec
man/NetworkManager.conf.xml.in
src/Makefile.am
src/nm-config.c
src/tests/config/test-config.c