diff options
| author | Thomas Haller <thaller@redhat.com> | 2018-10-24 18:48:41 +0200 |
|---|---|---|
| committer | Thomas Haller <thaller@redhat.com> | 2018-10-25 15:24:38 +0200 |
| commit | ac90593cc2dc75d935db00e8bad0e5ddedacbdb6 (patch) | |
| tree | 47fd51e0b3dd88a152bea0c0ba9c4f37e3895c08 /man/common.ent.in | |
| parent | d9e931acaf65b8454f8cfdf4ae9937af9c00c1db (diff) | |
| download | NetworkManager-ac90593cc2dc75d935db00e8bad0e5ddedacbdb6.tar.gz | |
man: fix "no-auto-default" state dir in NetworkManager.conf manual
Quote from `man NetworkManager.conf`:
When the default wired connection is deleted or saved to a new
persistent connection by a plugin, the device is added to a list in the
file /run/NetworkManager/no-auto-default.state to prevent creating
the default connection for that device again.
"/run" is obviously wrong. Fix it.
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/33
Diffstat (limited to 'man/common.ent.in')
| -rw-r--r-- | man/common.ent.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/common.ent.in b/man/common.ent.in index ddfbb69a69..9632b4efba 100644 --- a/man/common.ent.in +++ b/man/common.ent.in @@ -2,6 +2,7 @@ <!ENTITY NM_VERSION "@NM_VERSION@"> <!ENTITY sysconfdir "@sysconfdir@"> <!ENTITY nmrundir "@nmrundir@"> +<!ENTITY nmstatedir "@nmstatedir@"> <!ENTITY NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT_TEXT "@NM_CONFIG_DEFAULT_MAIN_AUTH_POLKIT_TEXT@"> <!ENTITY NM_CONFIG_DEFAULT_LOGGING_BACKEND_TEXT "@NM_CONFIG_DEFAULT_LOGGING_BACKEND_TEXT@"> <!ENTITY NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT "@NM_CONFIG_DEFAULT_LOGGING_AUDIT_TEXT@"> |
