Blame SOURCES/9999-fix-pregen-doc.patch

7b922c
From 7c94c0568e3c4a4db49f2a99ff297f7b3efe84e4 Mon Sep 17 00:00:00 2001
7b922c
From: Thomas Haller <thaller@redhat.com>
7b922c
Date: Mon, 18 Jun 2018 14:01:36 +0200
7b922c
Subject: [PATCH] patch documentation with the proper default values
7b922c
7b922c
We don't regenerate the documentation for RHEL builds, but
7b922c
the docs from the tarball are generated with a certain set
7b922c
of defaults.
7b922c
7b922c
Patch the man pages with the proper values.
7b922c
---
7b922c
 docs/api/html/NetworkManager.conf.html | 8 ++++----
7b922c
 man/NetworkManager.conf.5              | 8 ++++----
7b922c
 2 files changed, 8 insertions(+), 8 deletions(-)
7b922c
7b922c
diff --git a/docs/api/html/NetworkManager.conf.html b/docs/api/html/NetworkManager.conf.html
7b922c
index ae2b1081e..6e5282b2a 100644
7b922c
--- a/docs/api/html/NetworkManager.conf.html
7b922c
+++ b/docs/api/html/NetworkManager.conf.html
7b922c
@@ -180,7 +180,7 @@ plugins-=remove-me
7b922c
         clients to be installed. The internal
7b922c
         option uses a built-in DHCP client which is not currently as
7b922c
         featureful as the external clients.

7b922c
-

If this key is missing, it defaults to internal.

7b922c
+

If this key is missing, it defaults to dhclient.

7b922c
         It the chosen plugin is not available, clients are looked for
7b922c
         in this order: dhclient, dhcpcd,
7b922c
         internal.

7b922c
@@ -339,7 +339,7 @@ no-auto-default=*
7b922c
 

Set the resolv.conf

7b922c
         management mode. The default value depends on NetworkManager build
7b922c
         options, and this version of NetworkManager was build with a default of
7b922c
-        "symlink".
7b922c
+        "file".
7b922c
         Regardless of this setting, NetworkManager will
7b922c
         always write resolv.conf to its runtime state directory
7b922c
         /var/run/NetworkManager/resolv.conf.

7b922c
@@ -625,7 +625,7 @@ ipv6.ip6-privacy=0
7b922c
 
7b922c
 
7b922c
 

ethernet.cloned-mac-address

7b922c
-

If left unspecified, it defaults to "preserve".

7b922c
+

If left unspecified, it defaults to "permanent".

7b922c
 
7b922c
 
7b922c
 

ethernet.generate-mac-address-mask

7b922c
@@ -703,7 +703,7 @@ ipv6.ip6-privacy=0
7b922c
 
7b922c
 
7b922c
 

wifi.cloned-mac-address

7b922c
-

If left unspecified, it defaults to "preserve".

7b922c
+

If left unspecified, it defaults to "permanent".

7b922c
 
7b922c
 
7b922c
 

wifi.generate-mac-address-mask

7b922c
diff --git a/man/NetworkManager.conf.5 b/man/NetworkManager.conf.5
7b922c
index 26b31e1bd..058177719 100644
7b922c
--- a/man/NetworkManager.conf.5
7b922c
+++ b/man/NetworkManager.conf.5
7b922c
@@ -145,7 +145,7 @@ internal
7b922c
 option uses a built\-in DHCP client which is not currently as featureful as the external clients\&.
7b922c
 .sp
7b922c
 If this key is missing, it defaults to
7b922c
-internal\&. It the chosen plugin is not available, clients are looked for in this order:
7b922c
+dhclient\&. It the chosen plugin is not available, clients are looked for in this order:
7b922c
 dhclient,
7b922c
 dhcpcd,
7b922c
 internal\&.
7b922c
@@ -254,7 +254,7 @@ rc\-manager\ \&unmanaged
7b922c
 .RS 4
7b922c
 Set the
7b922c
 resolv\&.conf
7b922c
-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
7b922c
+management mode\&. The default value depends on NetworkManager build options, and this version of NetworkManager was build with a default of "file"\&. Regardless of this setting, NetworkManager will always write resolv\&.conf to its runtime state directory
7b922c
 /var/run/NetworkManager/resolv\&.conf\&.
7b922c
 .sp
7b922c
 symlink: If
7b922c
@@ -607,7 +607,7 @@ If left unspecified, the default value is 3 tries before failing the connection\
7b922c
 .PP
7b922c
 \fIethernet\&.cloned\-mac\-address\fR
7b922c
 .RS 4
7b922c
-If left unspecified, it defaults to "preserve"\&.
7b922c
+If left unspecified, it defaults to "permanent"\&.
7b922c
 .RE
7b922c
 .PP
7b922c
 \fIethernet\&.generate\-mac\-address\-mask\fR
7b922c
@@ -688,7 +688,7 @@ If left unspecified, default value of 60 seconds is used\&.
7b922c
 .PP
7b922c
 \fIwifi\&.cloned\-mac\-address\fR
7b922c
 .RS 4
7b922c
-If left unspecified, it defaults to "preserve"\&.
7b922c
+If left unspecified, it defaults to "permanent"\&.
7b922c
 .RE
7b922c
 .PP
7b922c
 \fIwifi\&.generate\-mac\-address\-mask\fR
7b922c
-- 
7b922c
2.17.0
7b922c