freebsd-ports/databases/firebird-server/files/patch-src%common%config%config.cpp
Sergey Skvortsov 07e0d9ced2 Update to 1.5.3
* move "intl/" and "UDF/" from "/var/db/firebird"
  into "libexec/firebird/"

* add support for amd64 (UNSTABLE)
2006-03-17 10:23:32 +00:00

11 lines
861 B
C++

--- src/common/config/config.cpp.orig Wed Mar 15 14:17:53 2006
+++ src/common/config/config.cpp Wed Mar 15 14:18:30 2006
@@ -106,7 +106,7 @@
{TYPE_STRING, "RemoteBindAddress", (ConfigValue) 0},
{TYPE_STRING, "ExternalFileAccess", (ConfigValue) "None"}, // location(s) of external files for tables
{TYPE_STRING, "DatabaseAccess", (ConfigValue) "Full"}, // location(s) of databases
- {TYPE_STRING, "UdfAccess", (ConfigValue) "Restrict UDF"}, // location(s) of UDFs
+ {TYPE_STRING, "UdfAccess", (ConfigValue) "Restrict " FB_LIBEXEC_PREFIX "/udf"}, // location(s) of UDFs
{TYPE_STRING, "TempDirectories", (ConfigValue) 0},
{TYPE_BOOLEAN, "BugcheckAbort", (ConfigValue) false}, // whether to abort() engine when internal error is found
{TYPE_BOOLEAN, "OldColumnNaming", (ConfigValue) false} // if true use old column naming rules