File vibranium-util.patch of Package vibranium

--- src/util.cpp	2015-06-17 22:53:49.000000000 +0200
+++ util.cpp	2015-06-17 22:57:03.371176328 +0200
@@ -1098,7 +1098,7 @@
     return pathRet / "Vibranium";
 #else
     // Unix
-    return pathRet / ".Vibranium";
+    return pathRet / ".vibranium";
 #endif
 #endif
 }
@@ -1147,7 +1147,7 @@
 
 boost::filesystem::path GetConfigFile()
 {
-    boost::filesystem::path pathConfigFile(GetArg("-conf", "Vibranium.conf"));
+    boost::filesystem::path pathConfigFile(GetArg("-conf", "vibranium.conf"));
     if (!pathConfigFile.is_complete()) pathConfigFile = GetDataDir(false) / pathConfigFile;
     return pathConfigFile;
 }
@@ -1187,7 +1187,7 @@
 
 boost::filesystem::path GetPidFile()
 {
-    boost::filesystem::path pathPidFile(GetArg("-pid", "Vibraniumd.pid"));
+    boost::filesystem::path pathPidFile(GetArg("-pid", "vibraniumd.pid"));
     if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile;
     return pathPidFile;
 }
openSUSE Build Service is sponsored by