diff options
| author | Michael Biebl <biebl@debian.org> | 2019-09-06 09:26:09 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-09-06 09:26:09 +0200 |
| commit | 473dd863356491d7b984baef9c72e886c774a451 (patch) | |
| tree | f7863ed06a67003b8a362e1146a1dff22ea16c55 /man/NetworkManager.conf.5 | |
| parent | df49315721969c1013256ce92c6a0f825450f814 (diff) | |
| parent | 555dfa331e295a3a687a7cc6870e1349ffed8f26 (diff) | |
Update upstream source from tag 'upstream/1.20.2'
Update to upstream version '1.20.2' with Debian dir 0356038b3aea3f0577988e0b1019b86c657592cd
Diffstat (limited to 'man/NetworkManager.conf.5')
| -rw-r--r-- | man/NetworkManager.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5 index 63ea0274..4d0ccff2 100644 --- a/man/NetworkManager.conf.5 +++ b/man/NetworkManager.conf.5 @@ -2,12 +2,12 @@ .\" Title: NetworkManager.conf .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 08/06/2019 +.\" Date: 09/05/2019 .\" Manual: Configuration -.\" Source: NetworkManager 1.20.0 +.\" Source: NetworkManager 1.20.2 .\" Language: English .\" -.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.20\&.0" "Configuration" +.TH "NETWORKMANAGER\&.CONF" "5" "" "NetworkManager 1\&.20\&.2" "Configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -257,13 +257,13 @@ systemd\-resolved and unbound are caching local nameservers\&. Hence, when NetworkManager writes -/var/run/NetworkManager/resolv\&.conf +/run/NetworkManager/resolv\&.conf and /etc/resolv\&.conf (according to rc\-manager setting below), the name server there will be localhost only\&. NetworkManager also writes a file -/var/run/NetworkManager/no\-stub\-resolv\&.conf +/run/NetworkManager/no\-stub\-resolv\&.conf that contains the original name servers pushed to the DNS plugin\&. .RE .PP @@ -272,14 +272,14 @@ that contains the original name servers pushed to the DNS plugin\&. Set the resolv\&.conf management mode\&. The default value depends on NetworkManager build options, and this version of NetworkManager was build with a default of "symlink"\&. Regardless of this setting, NetworkManager will always write resolv\&.conf to its runtime state directory -/var/run/NetworkManager/resolv\&.conf\&. +/run/NetworkManager/resolv\&.conf\&. .sp symlink: If /etc/resolv\&.conf is a regular file, NetworkManager will replace the file on update\&. If /etc/resolv\&.conf is instead a symlink, NetworkManager will leave it alone\&. Unless the symlink points to the internal file -/var/run/NetworkManager/resolv\&.conf, in which case the symlink will be updated to emit an inotify notification\&. This allows the user to conveniently instruct NetworkManager not to manage +/run/NetworkManager/resolv\&.conf, in which case the symlink will be updated to emit an inotify notification\&. This allows the user to conveniently instruct NetworkManager not to manage /etc/resolv\&.conf by replacing it with a symlink\&. .sp |