diff options
author | onefang | 2021-08-18 13:21:43 +1000 |
---|---|---|
committer | onefang | 2021-08-18 13:21:43 +1000 |
commit | 544e1c2983600ecd277577140840bea962362b2d (patch) | |
tree | 0433b8d01068c0398de1fd1a3b9539c0d37a27b5 /OpenSim/Framework/Util.cs | |
parent | Sim stop tweaks. (diff) | |
download | opensim-SC-544e1c2983600ecd277577140840bea962362b2d.zip opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.gz opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.bz2 opensim-SC-544e1c2983600ecd277577140840bea962362b2d.tar.xz |
Move more stuff into the var directory.
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index cc449af..187ed4f 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -1306,12 +1306,12 @@ namespace OpenSim.Framework | |||
1306 | 1306 | ||
1307 | public static string dbDir() | 1307 | public static string dbDir() |
1308 | { | 1308 | { |
1309 | return Path.Combine("..", Path.Combine("..", "db")); | 1309 | return Path.Combine("..", Path.Combine("..", "var/lib/db")); |
1310 | } | 1310 | } |
1311 | 1311 | ||
1312 | public static string cacheDir() | 1312 | public static string cacheDir() |
1313 | { | 1313 | { |
1314 | return Path.Combine("..", Path.Combine("..", "caches")); | 1314 | return Path.Combine("..", Path.Combine("..", "var/cache")); |
1315 | } | 1315 | } |
1316 | 1316 | ||
1317 | public static string configDir() | 1317 | public static string configDir() |
@@ -1327,7 +1327,7 @@ namespace OpenSim.Framework | |||
1327 | 1327 | ||
1328 | public static string logsDir() | 1328 | public static string logsDir() |
1329 | { | 1329 | { |
1330 | return Path.Combine("..", "logs"); | 1330 | return Path.Combine("..", "var/log"); |
1331 | } | 1331 | } |
1332 | 1332 | ||
1333 | public static string webDir() | 1333 | public static string webDir() |