aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-07 21:43:52 +0100
committerJustin Clark-Casey (justincc)2011-10-07 21:45:43 +0100
commit633d4f3e6e16c7d22fc122824a78fd71decb9e81 (patch)
tree291cf806af52fd3d1f0d51ea88369752922ce75f
parentflip rc2 to release (diff)
downloadopensim-SC_OLD-0.7.2-release.zip
opensim-SC_OLD-0.7.2-release.tar.gz
opensim-SC_OLD-0.7.2-release.tar.bz2
opensim-SC_OLD-0.7.2-release.tar.xz
Correct DeleteScriptsOnRestart to DeleteScriptsOnStartup in comments in OpenSim.ini.example0.7.2-release
-rw-r--r--bin/OpenSim.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index f02b7a3..dc3eb38 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -218,7 +218,7 @@
218 ;; server to send mail through. 218 ;; server to send mail through.
219 ; emailmodule = DefaultEmailModule 219 ; emailmodule = DefaultEmailModule
220 220
221 ;# {DeleteScriptsOnRestart} {} {Delete compiled script DLLs on restart?} (true false) true 221 ;# {DeleteScriptsOnStartup} {} {Delete previously compiled script DLLs on startup?} (true false) true
222 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false 222 ;; Controls whether previously compiled scripts DLLs are deleted on sim restart. If you set this to false
223 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the 223 ;; then startup will be considerably faster since scripts won't need to be recompiled. However, then it becomes your responsibility to delete the
224 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used 224 ;; compiled scripts if you're recompiling OpenSim from source code and internal interfaces used