|
From: Alexander P. <ale...@us...> - 2003-03-15 20:02:56
|
Build Version : T1.5.0.2936 Firebird 1.5 Beta 4
(writeBuildNum.sh,v 1.2923 2003/03/15 20:02:45 alexpeshkoff )
Update of /cvsroot/firebird/firebird2/src/install/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv7798/install/misc
Modified Files:
firebird.conf
Log Message:
Add new config parameter
Index: firebird.conf
===================================================================
RCS file: /cvsroot/firebird/firebird2/src/install/misc/firebird.conf,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -U3 -r1.12 -r1.13
--- firebird.conf 11 Mar 2003 14:57:08 -0000 1.12
+++ firebird.conf 15 Mar 2003 20:02:39 -0000 1.13
@@ -105,3 +105,11 @@
# Boolean evaluation method (complete or shortcut)
#CompleteBooleanEvaluation = 0
+
+# ----------------------------
+# DirectoryList (';' - separated), where files for
+# external tables may be stored. Relative paths
+# are treated relative to $RootDirectory.
+# Use '/' to open all your files - but THIS IS UNSAFE!
+
+#ExternalTablesDirs = External
|