From ca9a12c422ad2d29a0c865a2c35ea12fc71158e0 Mon Sep 17 00:00:00 2001 From: Mickey Lane Date: Wed, 18 Nov 2009 12:23:15 -0500 Subject: [PATCH] Fix 2 errors in Windows release Notes Description of registry key HKLM\ SOFTWARE\ OpenAFS\ Client\ Server Preferences\ File (and \ VLDB) states "256" - should be 15 - and "ServerPreferences" should have a space between the words. Change-Id: Ia2147f920ecc023d26250efaf9815f1b09d1550a Reviewed-on: http://gerrit.openafs.org/840 Reviewed-by: Derrick Brashear Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- doc/xml/ReleaseNotesWindows/relnotes.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/xml/ReleaseNotesWindows/relnotes.xml b/doc/xml/ReleaseNotesWindows/relnotes.xml index 60f9a84d3..c819ba49a 100644 --- a/doc/xml/ReleaseNotesWindows/relnotes.xml +++ b/doc/xml/ReleaseNotesWindows/relnotes.xml @@ -3599,12 +3599,12 @@ Default: <none> [HKLM\SOFTWARE\OpenAFS\Client\Server Preferences\VLDB]
Value: <hostname or ip address> - Regkey: [HKLM\SOFTWARE\OpenAFS\Client\ServerPreferences\VLDB] + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Server Preferences\VLDB] Type: REG_DWORD Default: <none> - This key is used to specify a default set of VLDB server preferences. For each entry the value name will be either the IP address of a server or a fully qualified domain name.  The value will be the ranking.  The ranking will be adjusted by a random value between 0 and 256 prior to the preference being set. + This key is used to specify a default set of VLDB server preferences. For each entry the value name will be either the IP address of a server or a fully qualified domain name.  The value will be the ranking.  The ranking will be adjusted by a random value between 0 and 15 prior to the preference being set.
@@ -3612,12 +3612,12 @@ Default: <none> [HKLM\SOFTWARE\OpenAFS\Client\Server Preferences\File]
Value: <hostname or ip address> - Regkey: [HKLM\SOFTWARE\OpenAFS\Client\ServerPreferences\File] + Regkey: [HKLM\SOFTWARE\OpenAFS\Client\Server Preferences\File] Type: REG_DWORD Default: <none> - This key is used to specify a default set of File server preferences. For each entry the value name will be either the IP address of a server or a fully qualified domain name.  The value will be the ranking.  The ranking will be adjusted by a random value between 0 and 256 prior to the preference being set. + This key is used to specify a default set of File server preferences. For each entry the value name will be either the IP address of a server or a fully qualified domain name.  The value will be the ranking.  The ranking will be adjusted by a random value between 0 and 15 prior to the preference being set.
-- 2.39.5