diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2008-11-24 06:22:36 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2008-11-24 06:22:36 +0000 |
commit | 18c5d4f355dfff9325a9bbff0d91c3edf34a4f89 (patch) | |
tree | 51f21fc4f0d913ed42561d7fadd9fe79bdf75fdb /databases/firebird2-server/files/patch-src%jrd%os%config_root.h | |
parent | - Connect hdf5-18 (diff) |
Rename databases/firebird2-* to databases/firebird20-*
Notes
Notes:
svn path=/head/; revision=223317
Diffstat (limited to 'databases/firebird2-server/files/patch-src%jrd%os%config_root.h')
-rw-r--r-- | databases/firebird2-server/files/patch-src%jrd%os%config_root.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/firebird2-server/files/patch-src%jrd%os%config_root.h b/databases/firebird2-server/files/patch-src%jrd%os%config_root.h deleted file mode 100644 index 976da187b36a..000000000000 --- a/databases/firebird2-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); - } - - |