diff options
author | diva | 2009-05-23 01:40:03 +0000 |
---|---|---|
committer | diva | 2009-05-23 01:40:03 +0000 |
commit | 1be22bc626720a7c10b5efcbfe355638d79df47e (patch) | |
tree | 0c9f99e3dae2b06479413ea45d6de7dd01775b28 | |
parent | Added a few pre-packaged configurations to make it easier for people to confi... (diff) | |
download | opensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.zip opensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.gz opensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.bz2 opensim-SC_OLD-1be22bc626720a7c10b5efcbfe355638d79df47e.tar.xz |
Changing extension of two of the config files to .example because they need to be copied and customized.
-rw-r--r-- | bin/OpenSim.ini.example | 7 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example (renamed from bin/config-include/GridCommon.ini) | 0 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example (renamed from bin/config-include/StandaloneCommon.ini) | 0 |
3 files changed, 4 insertions, 3 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 02047cf..5657df8 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1234,7 +1234,8 @@ | |||
1234 | ;Include-Grid = "config-include/Grid.ini" | 1234 | ;Include-Grid = "config-include/Grid.ini" |
1235 | ;Include-Hypergrid = "config-include/GridHypergrid.ini" | 1235 | ;Include-Hypergrid = "config-include/GridHypergrid.ini" |
1236 | 1236 | ||
1237 | ; Then edit | 1237 | ; Then choose |
1238 | ; config-include/StandaloneCommon.ini (if you're in standlone) OR | 1238 | ; config-include/StandaloneCommon.ini.example (if you're in standlone) OR |
1239 | ; config-include/GridCommon.ini (if you're connected to a grid) | 1239 | ; config-include/GridCommon.ini.example (if you're connected to a grid) |
1240 | ; Copy to your own .ini there (without .example extension) and edit it | ||
1240 | ; to customize your data | 1241 | ; to customize your data |
diff --git a/bin/config-include/GridCommon.ini b/bin/config-include/GridCommon.ini.example index 0e95f35..0e95f35 100644 --- a/bin/config-include/GridCommon.ini +++ b/bin/config-include/GridCommon.ini.example | |||
diff --git a/bin/config-include/StandaloneCommon.ini b/bin/config-include/StandaloneCommon.ini.example index a14c653..a14c653 100644 --- a/bin/config-include/StandaloneCommon.ini +++ b/bin/config-include/StandaloneCommon.ini.example | |||