8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00

Merged contents of src/misc/firebird.conf into src/install/misc/firebird.conf.

This commit is contained in:
eku 2002-11-13 08:00:57 +00:00
parent 552c7129d8
commit 4610d69e5a
2 changed files with 12 additions and 15 deletions

View File

@ -1,16 +1,23 @@
#
# Firebird configuration file
#
#RootDirectory =
#SortMemBlockSize = 1048576
#SortMemUpperLimit = 268435456
#TempDirectories =
#GuardianOption = 1
# Specify the root directory under which firebird is installed.
RootDirectory=/usr/local/firebird
#RootDirectory = /usr/local/firebird
# Turn on/off special handling for openning nfs data files
#
# The following option works if a database file exists on a NFS mounted
# partition.
# The original behavour in InterBase(r) was to try and connect to a firebird
#db server on the remote machine via port 3050, this ensures that all opens
# db server on the remote machine via port 3050, this ensures that all opens
# of a file occur on the same machine and locking etc can be handled
# appropriately.
# However this often causes frustration since often you end up in a position
@ -18,4 +25,4 @@ RootDirectory=/usr/local/firebird
# though it resides on a nfs share. So the next option allows us to turn
# this 'feature' off.
RemoteFileOpenAbility=0
#RemoteFileOpenAbility = 0

View File

@ -1,10 +0,0 @@
#
# Firebird configuration file
#
#RootDirectory =
#SortMemBlockSize = 1048576
#SortMemUpperLimit = 268435456
#RemoteFileOpenAbility = 0
#TempDirectories =
#GuardianOption = 1