aboutsummaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-04-07 10:38:30 +0000
commitb47be74084057e3550b8723eae1dbc0f7c0d2fa5 (patch)
tree82e808f1c6023ffd99af5a14a44b649fd49d587e /databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp
parent503c7f7052756548d3712a6b0f3fb6d32ddbb8e9 (diff)
Diffstat (limited to 'databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp')
-rw-r--r--databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp b/databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp
deleted file mode 100644
index 3af960c1599e..000000000000
--- a/databases/firebird20-server/files/patch-src%jrd%os%posix%config_root.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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();
- }