diff options
author | Justin Clark-Casey (justincc) | 2011-09-12 20:31:14 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-09-12 20:31:14 +0100 |
commit | 44a491f36bbe2094634e356591381c90f87e2125 (patch) | |
tree | 9279bc6819a8f2fe1650188548ba8e7acc092987 | |
parent | When creating an OAR, optionally exclude objects according to their permissions (diff) | |
download | opensim-SC_OLD-44a491f36bbe2094634e356591381c90f87e2125.zip opensim-SC_OLD-44a491f36bbe2094634e356591381c90f87e2125.tar.gz opensim-SC_OLD-44a491f36bbe2094634e356591381c90f87e2125.tar.bz2 opensim-SC_OLD-44a491f36bbe2094634e356591381c90f87e2125.tar.xz |
uncomment Standalone config in OpenSim.ini.example.
This is to make my life easier when creating releases.
I think that it also gives a better story for anybody newly compiling from source.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index c36d2a4..342bce6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -740,7 +740,7 @@ | |||
740 | ;; "config-include/StandaloneCommon.ini.example" to "config-include/StandaloneCommon.ini" before | 740 | ;; "config-include/StandaloneCommon.ini.example" to "config-include/StandaloneCommon.ini" before |
741 | ;; editing it to set the database and backend services that OpenSim will use. | 741 | ;; editing it to set the database and backend services that OpenSim will use. |
742 | ;; | 742 | ;; |
743 | ; Include-Architecture = "config-include/Standalone.ini" | 743 | Include-Architecture = "config-include/Standalone.ini" |
744 | ; Include-Architecture = "config-include/StandaloneHypergrid.ini" | 744 | ; Include-Architecture = "config-include/StandaloneHypergrid.ini" |
745 | ; Include-Architecture = "config-include/Grid.ini" | 745 | ; Include-Architecture = "config-include/Grid.ini" |
746 | ; Include-Architecture = "config-include/GridHypergrid.ini" | 746 | ; Include-Architecture = "config-include/GridHypergrid.ini" |