Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 407253 - >net-misc/networkmanager-0.8.1: New default configuration file name
Summary: >net-misc/networkmanager-0.8.1: New default configuration file name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robert Piasek (RETIRED)
URL: http://www.gnome.org/projects/Network...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 10:44 UTC by Markus Rathgeb
Modified: 2012-03-27 09:13 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Rathgeb 2012-03-07 10:44:20 UTC
insinto /etc/NetworkManager
newins "${FILESDIR}/nm-system-settings.conf-ifnet" nm-system-settings.conf

should be changed to

insinto /etc/NetworkManager
newins "${FILESDIR}/nm-system-settings.conf-ifnet" NetworkManager.conf


https://live.gnome.org/NetworkManager/SystemSettings
The keyfile plugin uses the nm-system-settings.conf file (0.7 and 0.8.0) or NetworkManager.conf (0.8.1 and later) for configuration of unmanaged devices.

man 5 nm-system-settings.conf
nm-system-settings.conf is a deprecated configuration file for NetworkManager (5). While this file can still be used, NetworkManager now defaults to reading the config file <SYSCONFDIR>/NetworkManager/NetworkManager.conf instead, falling back to nm-system-settings.conf if NetworkManager.conf does not exist.


Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-03-27 09:13:05 UTC
Thanks for reporting; fixed in 0.9.4.0.

>*networkmanager-0.9.4.0 (27 Mar 2012)
>
>  27 Mar 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
>  +networkmanager-0.9.4.0.ebuild,
>  +files/networkmanager-0.9.4.0-force-libnl1.1.patch, metadata.xml:
>  Version bump. Notable changes: nl80211 support, improved ifnet plugin,
>  optional systemd session tracking support, plus lots of bugfixes. The config
>  file has moved to /etc/NetworkManager/NetworkManager.conf (bug #407253,
>  thanks to Markus Rathgeb)