From 633d4f3e6e16c7d22fc122824a78fd71decb9e81 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 7 Oct 2011 21:43:52 +0100 Subject: [PATCH] Correct DeleteScriptsOnRestart to DeleteScriptsOnStartup in comments in OpenSim.ini.example --- bin/OpenSim.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f02b7a3758..dc3eb386bb 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -218,7 +218,7 @@ ;; server to send mail through. ; emailmodule = DefaultEmailModule - ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true + ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used