]> git.pld-linux.org Git - packages/Firebird.git/blob - Firebird-FHS.patch
- pl for -ss,-classic
[packages/Firebird.git] / Firebird-FHS.patch
1 --- Firebird-3.0.0.32483-0/src/yvalve/gds.cpp.orig      2016-08-30 21:31:23.418702669 +0200
2 +++ Firebird-3.0.0.32483-0/src/yvalve/gds.cpp   2016-08-31 20:24:57.044428320 +0200
3 @@ -3785,7 +3785,7 @@
4                 if (!fb_utils::readenv(FB_LOCK_ENV, lockPrefix))
5                 {
6  #ifndef WIN_NT
7 -                       PathUtils::concatPath(lockPrefix, WORKFILE, LOCKDIR);
8 +                       PathUtils::concatPath(lockPrefix, "/var/lib", LOCKDIR);
9  #else
10  #ifdef WIN9X_SUPPORT
11                         // shell32.dll version 5.0 and later supports SHGetFolderPath entry point
This page took 0.027867 seconds and 3 git commands to generate.