Firebird is a relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names since 1981. Firebird is completely free of any registration, licensing or deployment fees. It may be deployed freely for use with any third-party software, whether commercial or not. WWW: http://sourceforge.net/projects/firebird/ WWW: http://www.firebirdsql.org/ PR: 152402 Submitted by: Max Kochubey <root at hangover.org.ru>
11 lines
317 B
C
11 lines
317 B
C
--- 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);
|
|
}
|
|
|
|
|