aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/firebird20-server/files/patch-src%jrd%os%config_root.h')
-rw-r--r--databases/firebird20-server/files/patch-src%jrd%os%config_root.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/firebird20-server/files/patch-src%jrd%os%config_root.h b/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
new file mode 100644
index 000000000000..976da187b36a
--- /dev/null
+++ b/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
@@ -0,0 +1,11 @@
+--- src/jrd/os/config_root.h.orig Tue Aug 15 22:57:33 2006
++++ src/jrd/os/config_root.h Tue Aug 15 22:57:53 2006
+@@ -76,7 +76,7 @@
+ {
+ GetRoot();
+ install_dir = root_dir;
+- config_file = root_dir + string(CONFIG_FILE);
++ config_file = string(FB_CONF_PREFIX) + PathUtils::dir_sep + string(CONFIG_FILE);
+ }
+
+