mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 14:03:07 +01:00
88b8a40a04
SUPERSERVER has 4 different meanings in our code: - this is milticlient server (replaced with Config::getMultiClientServer()) - use shared data cache (replaced with Config::getSharedCache()) - use shared metadata cache (replaced with macro SHARED_METADATA_CACHE) - database are NOT shared between processes (replaced with getSharedDatabase()) 2. Use fb_smp_server as both superclassic and classic binary on posix (xinetd autodecection is done). 3. Small posix build cleanup. |
||
---|---|---|
.. | ||
Firebird.startupitem | ||
aliases.conf.in | ||
buildno.c | ||
buildsuffix.c | ||
changeMultiConnectMode | ||
Description.plist | ||
FB.info | ||
FrameworkInfo.plist | ||
fullvers.c | ||
Info.plist | ||
install-script | ||
installer_background.jpg | ||
launchd.org.firebird.gds.plist | ||
License.txt | ||
majorvers.c | ||
Makefile.in | ||
minorvers.c | ||
PkgInfo | ||
preinstall-script | ||
preupgrade-script | ||
Readme.txt | ||
revno.c | ||
Welcome.txt |
The Firebird install process will create a new user: firebird. This is for added security. Please don't delete this user unless you know what you are doing. The installer installs the Firebird framework in /Library/Frameworks. The default installs one super-user database user: "sysdba", password "masterkey". You should change that password using gsec according to the documentation. All the standard command line executables are installed in /Library/Frameworks/Firebird.framework/Resources/bin. If you are interested in helping with the Firebird Project please contact us via the Firebird website at www.firebirdsql.org. Please note that every MacOS X user you want to have access to your database MUST have read/write permissions on the .fdb file. The release notes can be found in the doc directory Generic documentation for Firebird can be found on the IBPhoenix web site at www.ibphoenix.com, as well as at the Firebird website. There is also a yahoo group named "ib-support" if you have any problems with Firebird. Thanks to: John Bellardo (Original MacOSX port for Firebird) David Pugh (Firebird 1.5.3 Port) Paul Beach & Alex Peshkov (Firebird 1.5.x & 2.x Ports) Daniel Puckett (Firebird 2.x Launch Daemon for MacOSX 10.5+) Craig Altenburg (Improvements to the install scripts)