1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp
Sergey Skvortsov 68a0530caa Change layout for firebird-server accordingly to hier(7) spirit.
See UPDATING for the details.
2005-07-27 15:38:05 +00:00

11 lines
372 B
C++

--- src/jrd/os/posix/config_root.cpp.orig Mon Jul 25 15:19:18 2005
+++ src/jrd/os/posix/config_root.cpp Mon Jul 25 15:19:49 2005
@@ -152,6 +152,6 @@
const char *ConfigRoot::getConfigFile() const
{
- static string file = root_dir + string(CONFIG_FILE);
+ static string file = string(FB_CONF_PREFIX) + PathUtils::dir_sep + string(CONFIG_FILE);
return file.c_str();
}