Commit Graph

17 Commits

Author SHA1 Message Date
Dan Winship
a2308fcab8 config: parse $nmconfdir/conf.d/*.conf
Add a new configuration directory ($nmconfdir/conf.d by default,
overridable via the --config-dir command-line option) that can contain
".conf" files that will be parsed in asciibetical order to override
the main NetworkManager.conf file.

In addition to simple overrides, the conf files also support appending
to the value of a previously-set list-valued key, by doing, eg,
"plugins+=foo"

https://bugzilla.gnome.org/show_bug.cgi?id=688857
2013-04-03 10:23:48 -04:00
Dan Winship
29ed892de7 config, man: hide connectivity-check command-line options
There is no reason to configure the connectivity-check options from
the command line rather than from the config file. Keep the options,
for backward-compatibility, but remove them from the man page and hide
them from --help.
2013-04-03 10:23:48 -04:00
Pavel Šimerda
bb8c75bd53 remove obsolete nm-tool
Use nmcli instead.
2013-03-04 22:11:45 +01:00
Tomas Pospisek
7b9a581d9c man: reference nm-applet and nm-connection-editor in various manpages (bgo #578906) 2013-02-15 16:21:51 -06:00
Jiří Klimeš
231dd82124 man: add reference to nm-settings (5) to other man pages 2013-02-05 18:26:16 +01:00
Jiří Klimeš
4494a85e47 man: document --connectivity-* command-line options in NetworkManager man page 2012-07-26 10:43:12 +02:00
Jiří Klimeš
9a112d8eeb man: updated man pages 2011-08-02 15:25:40 +02:00
Dan Williams
3620353050 core: add --version and allow it and --help to be run without root 2011-04-28 16:55:35 -05:00
Jiří Klimeš
5a35862a1d man: fix formatting of NetworkManager page 2011-01-12 16:06:18 +01:00
Patrik Martinsson
9b54cb1ec6 dispatcher: add dhcp4-change and dhcp6-change events (bgo #563654)
New dispatcher events on DHCP lease changes.
2010-08-26 17:39:44 -05:00
Jiří Klimeš
963ae36636 man: manpage updates and cleanups 2010-04-13 15:57:11 +02:00
Dan Williams
f72c00b984 man: add logging control options 2010-04-08 09:16:27 -07:00
Dan Williams
a542bba20a man: cleanups 2010-03-01 18:12:03 -08:00
Jiří Klimeš
1aae1ad009 man: manpage updates; add pages for system settings config file 2010-03-01 12:35:20 -08:00
Dan Williams
3610bb6880 man: describe debugging environment variables 2009-07-01 10:38:09 -04:00
Dan Williams
5ce04311bd man: fix up manpages; document dispatcher stuff 2009-02-14 17:21:48 -05:00
Dan Williams
3a576089ec 2006-12-02 Dan Williams <dcbw@redhat.com>
Patch from Michael Biebl <biebl@teco.edu>
	* configure.in
	  man/NetworkManager.1.in
	  man/NetworkManagerDispatcher.1.in
	  man/NetworkManager.8.in
	  man/NetworkManagerDispatcher.8.in
		- Add .SH NAME stanzas
		- Move NM & NM Dispatcher manpages to section 8 (admin)


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2140 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-12-03 03:39:39 +00:00