From 02906d30ec9f586b65023d7a7b3397e14411f797 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 11 Dec 2008 19:17:53 +0000 Subject: [PATCH] * minor: reindent bits of OpenSim.ini.example --- bin/OpenSim.ini.example | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 0f9ff8e175..0d615fcc34 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1,12 +1,11 @@ [Startup] -; Set this to true if you want to log crashes to disk -; this can be useful when submitting bug reports. -save_crashes = false - -; Directory to save crashes to if above is enabled -; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) -crash_dir = "crashes" + ; Set this to true if you want to log crashes to disk + ; this can be useful when submitting bug reports. + save_crashes = false + ; Directory to save crashes to if above is enabled + ; (eg default is /opensimdir/crashes/*.txt or C:\opensim\crashes\*.txt) + crash_dir = "crashes" ; Set this to true if you are connecting your OpenSimulator regions to a grid ; Set this to false if you are running OpenSimulator in standalone mode