diff options
author | Michael Cortez | 2009-08-06 09:34:30 -0700 |
---|---|---|
committer | Michael Cortez | 2009-08-06 09:34:30 -0700 |
commit | 6244b8c384790fbd846d6a9014d14096a1223c7b (patch) | |
tree | 199e26dd050c3461c123d25216443e2d72de5945 /OpenSim/Region/OptionalModules | |
parent | Continue with renaming of Groups module components (diff) | |
download | opensim-SC_OLD-6244b8c384790fbd846d6a9014d14096a1223c7b.zip opensim-SC_OLD-6244b8c384790fbd846d6a9014d14096a1223c7b.tar.gz opensim-SC_OLD-6244b8c384790fbd846d6a9014d14096a1223c7b.tar.bz2 opensim-SC_OLD-6244b8c384790fbd846d6a9014d14096a1223c7b.tar.xz |
Fixing comments re: INI file.
Diffstat (limited to 'OpenSim/Region/OptionalModules')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs index 5ec8de8..725c303 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsModule.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
58 | /// [GROUPS] | 58 | /// [GROUPS] |
59 | /// Enabled = true | 59 | /// Enabled = true |
60 | /// | 60 | /// |
61 | /// GroupsModule = GroupsModule | 61 | /// Module = GroupsModule |
62 | /// NoticesEnabled = true | 62 | /// NoticesEnabled = true |
63 | /// DebugEnabled = true | 63 | /// DebugEnabled = true |
64 | /// | 64 | /// |
@@ -67,8 +67,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
67 | /// XmlRpcServiceReadKey = 1234 | 67 | /// XmlRpcServiceReadKey = 1234 |
68 | /// XmlRpcServiceWriteKey = 1234 | 68 | /// XmlRpcServiceWriteKey = 1234 |
69 | /// | 69 | /// |
70 | /// GroupsMessagingModule = GroupsMessagingModule | 70 | /// MessagingModule = GroupsMessagingModule |
71 | /// GroupsMessagingEnabled = true | 71 | /// MessagingEnabled = true |
72 | /// | 72 | /// |
73 | /// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for | 73 | /// ; Disables HTTP Keep-Alive for Groups Module HTTP Requests, work around for |
74 | /// ; a problem discovered on some Windows based region servers. Only disable | 74 | /// ; a problem discovered on some Windows based region servers. Only disable |