From 1c0df5e40f7452a85e32be47b08a7da691f034a3 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 3 Feb 2009 20:16:15 +0000 Subject: * Address http://opensimulator.org/mantis/view.php?id=3076 by actually eliminating the redundant enable = true commented example * Comment out some startup verbosity from the module if we haven't enabled it --- bin/OpenSim.ini.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f080610..532a710 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -968,7 +968,8 @@ InterregionComms = "RESTComms" [Concierge] - ; enable = true + ; Enable concierge module + ; Default is false enabled = false ; name of the concierge -- cgit v1.1