freebsd-ports/databases/firebird25-server/files/pkg-message.in
Jose Alonso Cardenas Marquez a39410a82b - Rename gsplit to fbsplit for avoid conflict with sysutils/coreutils port
- Add entry to pkg-message
- Bump PORTREVISION

PR:		ports/170329
Submitted by:	Alfred Bartsch <bartsch   at  dssgmbh.de>
2012-08-09 19:48:14 +00:00

37 lines
1.1 KiB
Text

###############################################################################
Firebird was installed.
1) Before start the server ensure that the following line exists in /etc/services:
gds_db 3050/tcp #InterBase Database Remote Protocol
2) If you use inetd then add the following line to /etc/inetd.conf
gds_db stream tcp nowait firebird %%PREFIX%%/sbin/fb_inet_server fb_inet_server
And finally restart inetd.
3) If you want to use SuperClassic Server then you can add firebird_enable="YES"
to /etc/rc.conf file.
4) It is STRONGLY recommended that you change the SYSDBA
password with:
# gsec -user SYSDBA -pass masterkey
GSEC> modify SYSDBA -pw newpassword
GSEC> quit
before doing anything serious with Firebird.
5) See documentation in %%DOCSDIR%%/ for more information.
6) Some firebird tools were renamed for avoid conflicts with some other ports
%%PREFIX%%/bin/isql -> %%PREFIX%%/bin/isql-fb
%%PREFIX%%/bin/gstat -> %%PREFIX%%/bin/fbstat
%%PREFIX%%/bin/gsplit -> %%PREFIX%%/bin/fbsplit
7) Enjoy it ;)
################################################################################