summaryrefslogtreecommitdiff
path: root/databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-07-27 15:38:05 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-07-27 15:38:05 +0000
commit68a0530caa51003fedc4a28c3426fa3acfe0987f (patch)
treee2e743b48d202bcf24bc6b3f2dd51bccbf04fece /databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp
parentFixes for www/polipo (diff)
Change layout for firebird-server accordingly to hier(7) spirit.
See UPDATING for the details.
Notes
Notes: svn path=/head/; revision=140241
Diffstat (limited to 'databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp')
-rw-r--r--databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp b/databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp
new file mode 100644
index 000000000000..3af960c1599e
--- /dev/null
+++ b/databases/firebird-server/files/patch-src%jrd%os%posix%config_root.cpp
@@ -0,0 +1,10 @@
+--- 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();
+ }