diff options
author | Oren Hurvitz | 2014-07-14 10:55:13 +0300 |
---|---|---|
committer | Justin Clark-Casey | 2014-08-02 00:57:11 +0100 |
commit | 4514799c8d4fd3fc36fa3d90fdd36f786a4387ed (patch) | |
tree | e168ef5b3c216d9281e3b8c186018b8b4deef5ad | |
parent | XBakes: store the assets only in the sim's local assets cache; not in the mai... (diff) | |
download | opensim-SC-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.zip opensim-SC-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.tar.gz opensim-SC-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.tar.bz2 opensim-SC-4514799c8d4fd3fc36fa3d90fdd36f786a4387ed.tar.xz |
Changed the default XBakes directory to a local path: "./bakes".
Previously it was an absolute path. Now it's a sibling of the maptiles directory.
This fixes http://opensimulator.org/mantis/view.php?id=7063
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 5 | ||||
-rw-r--r-- | bin/Robust.ini.example | 5 |
3 files changed, 5 insertions, 6 deletions
@@ -54,6 +54,7 @@ bin/Regions/* | |||
54 | bin/UserAssets | 54 | bin/UserAssets |
55 | bin/assetcache | 55 | bin/assetcache |
56 | bin/maptiles | 56 | bin/maptiles |
57 | bin/bakes | ||
57 | bin/estate_settings.xml | 58 | bin/estate_settings.xml |
58 | bin/config-include/CenomeCache.ini | 59 | bin/config-include/CenomeCache.ini |
59 | bin/config-include/FlotsamCache.ini | 60 | bin/config-include/FlotsamCache.ini |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index aaa78ff..5474436 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -656,6 +656,5 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset | |||
656 | 656 | ||
657 | [BakedTextureService] | 657 | [BakedTextureService] |
658 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | 658 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" |
659 | ;; This directory must exist and be writable for the user ROBUST runs as | 659 | ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. |
660 | BaseDirectory = "/data/bakes" | 660 | BaseDirectory = "./bakes" |
661 | |||
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 203c0e0..14c66a0 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -465,9 +465,8 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto | |||
465 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService | 465 | UserAccountService = OpenSim.Services.UserAccountService.dll:UserAccountService |
466 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 466 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
467 | 467 | ||
468 | |||
469 | [BakedTextureService] | 468 | [BakedTextureService] |
470 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | 469 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" |
471 | ;; This directory must exist and be writable for the user ROBUST runs as | 470 | ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. |
472 | BaseDirectory = "/data/bakes" | 471 | BaseDirectory = "./bakes" |
473 | 472 | ||