summaryrefslogtreecommitdiff
path: root/databases/firebird20-server/files/patch-src%common%config%config.cpp
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /databases/firebird20-server/files/patch-src%common%config%config.cpp
parent- Update to 1.11.3 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes: svn path=/head/; revision=214069 svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'databases/firebird20-server/files/patch-src%common%config%config.cpp')
-rw-r--r--databases/firebird20-server/files/patch-src%common%config%config.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/firebird20-server/files/patch-src%common%config%config.cpp b/databases/firebird20-server/files/patch-src%common%config%config.cpp
deleted file mode 100644
index b05adf508983..000000000000
--- a/databases/firebird20-server/files/patch-src%common%config%config.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/config/config.cpp.orig Tue Aug 15 22:53:43 2006
-+++ src/common/config/config.cpp Tue Aug 15 22:54:38 2006
-@@ -111,7 +111,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},
- #ifdef DEV_BUILD
- {TYPE_BOOLEAN, "BugcheckAbort", (ConfigValue) true}, // whether to abort() engine when internal error is found