aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs6
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()