diff options
author | Melanie | 2010-10-08 03:08:05 +0100 |
---|---|---|
committer | Melanie | 2010-10-08 03:08:05 +0100 |
commit | 12bc6a7414068554c4499ef4d2100692f5c8c9ec (patch) | |
tree | 5ce8791e8ef8197f20f7e0e28d3c39545555a5f2 /bin/OpenSim.ini.example | |
parent | add a flag in OpenSim.ini.example for enabling/disabling decoded sculpt map c... (diff) | |
download | opensim-SC_OLD-12bc6a7414068554c4499ef4d2100692f5c8c9ec.zip opensim-SC_OLD-12bc6a7414068554c4499ef4d2100692f5c8c9ec.tar.gz opensim-SC_OLD-12bc6a7414068554c4499ef4d2100692f5c8c9ec.tar.bz2 opensim-SC_OLD-12bc6a7414068554c4499ef4d2100692f5c8c9ec.tar.xz |
Clarify the format comment at the top of OpenSim.ini.example
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 91f6068..62ce451 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -13,7 +13,10 @@ | |||
13 | ;; An empty question will set the default if the dependencies are | 13 | ;; An empty question will set the default if the dependencies are |
14 | ;; satisfied. | 14 | ;; satisfied. |
15 | ;; | 15 | ;; |
16 | ;; ; denotes a commented option. It is ignored. | 16 | ;; ; denotes a commented out option. Uncomment it to actvate it |
17 | ;; and change it to the desired value | ||
18 | ;; Any options added to OpenSim.ini.exmaple must be commented out, | ||
19 | ;; and their value must represent the default. | ||
17 | 20 | ||
18 | [Startup] | 21 | [Startup] |
19 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false | 22 | ;# {save_crashes} {} {Save crashes to disk?} {true false} false |