From: Mickey Lane Date: Wed, 18 Nov 2009 17:23:15 +0000 (-0500) Subject: Fix 2 errors in Windows release Notes X-Git-Tag: openafs-devel-1_5_67~32 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ca9a12c422ad2d29a0c865a2c35ea12fc71158e0;p=packages%2Fo%2Fopenafs.git 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 --- 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.