summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-11-19 10:43:57 +0000
commitf982be45e81588a27383cd1a3eb12789b8498904 (patch)
tree07be283d015b2c39f95e655cb7328ff355bc47fa /databases/firebird20-server/files/patch-src%jrd%os%config_root.h
parent- Fix modes of the temp directory [1] (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Notes
Notes: svn path=/head/; revision=223035 svn path=/tags/RELEASE_6_4_0/; revision=223036; tag=release/6.4.0
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, 0 insertions, 11 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
deleted file mode 100644
index 976da187b36a..000000000000
--- a/databases/firebird20-server/files/patch-src%jrd%os%config_root.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }
-
-