File hodlcoin-util.patch of Package hodlcoin

--- src/util.cpp	2016-02-10 22:53:08.000000000 +0100
+++ util.cpp	2016-02-10 22:55:38.010801014 +0100
@@ -381,7 +381,7 @@
     char pszModule[MAX_PATH] = "";
     GetModuleFileNameA(NULL, pszModule, sizeof(pszModule));
 #else
-    const char* pszModule = "bitcoin";
+    const char* pszModule = "hodlcoin";
 #endif
     if (pex)
         return strprintf(
@@ -506,7 +506,7 @@
 #ifndef WIN32
 boost::filesystem::path GetPidFile()
 {
-    boost::filesystem::path pathPidFile(GetArg("-pid", "bitcoind.pid"));
+    boost::filesystem::path pathPidFile(GetArg("-pid", "hodlcoind.pid"));
     if (!pathPidFile.is_complete()) pathPidFile = GetDataDir() / pathPidFile;
     return pathPidFile;
 }
openSUSE Build Service is sponsored by