8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 14:03:07 +01:00
firebird-mirror/builds/install/arch-specific/darwin
alexpeshkoff 88b8a40a04 1. Cleaned up most of SUPERSERVER usage.
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.
2010-04-15 14:40:27 +00:00
..
Firebird.startupitem Misc 2009-08-27 02:19:36 +00:00
aliases.conf.in Fix @prefix@ issue for aliases.conf - Reported by Adriano 2008-12-03 14:32:51 +00:00
buildno.c MacOS Port into HEAD 2007-06-11 14:21:33 +00:00
buildsuffix.c Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
changeMultiConnectMode 1. Cleaned up most of SUPERSERVER usage. 2010-04-15 14:40:27 +00:00
Description.plist Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
FB.info Darwin and HPUX mods 2008-01-17 12:09:39 +00:00
FrameworkInfo.plist Moving install from 'src' to 'builds' 2003-07-08 22:59:57 +00:00
fullvers.c MacOS Port into HEAD 2007-06-11 14:21:33 +00:00
Info.plist Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
install-script 1. Cleaned up most of SUPERSERVER usage. 2010-04-15 14:40:27 +00:00
installer_background.jpg Correct the corrupt background installer image problem on Mac OSX 10.6 while I remember 2009-10-05 15:42:51 +00:00
launchd.org.firebird.gds.plist 1. Cleaned up most of SUPERSERVER usage. 2010-04-15 14:40:27 +00:00
License.txt Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
majorvers.c Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
Makefile.in Correct the corrupt background installer image problem on Mac OSX 10.6 while I remember 2009-10-05 15:42:51 +00:00
minorvers.c Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
PkgInfo Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
preinstall-script Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00
preupgrade-script Add the Readme.txt, allow package upgrade of aliases.conf and UDF files, so existing installations get upgraded properly. 2008-02-18 12:05:59 +00:00
Readme.txt Add the Readme.txt, allow package upgrade of aliases.conf and UDF files, so existing installations get upgraded properly. 2008-02-18 12:05:59 +00:00
revno.c MacOS Port into HEAD 2007-06-11 14:21:33 +00:00
Welcome.txt Firebird 2.0 MacOS Classic Intel Build 2007-03-09 10:32:58 +00:00

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)