freebsd-ports/databases/firebird20-server/files/pkg-message.in
Sergey Matveychuk 051242452f - Fix problem with firebird.conf. It was not installed.
- Fix problem with firebird.msg. It was installed only for -server,
  but it's necessary for -client too (thanks to skv@ for pointing this out).
- Utilize PORTDOCS and SUBFILES, respect NOPORTDOCS.
- Utilize DOCSDIR and EXAMPLESDIR.
- Back to use do-build.
- Add $FreeBSD$ tag to pkg-plist* and pkg-install.
- Remove code that changes automatically /etc/services and /etc/inetd.conf and
  change pkg-message to reflect this.

PR:		ports/81214
Submitted by:	maintainer
2005-05-21 08:01:24 +00:00

35 lines
914 B
Text

---------------------------------------------------------
Firebird is now installed.
To start the server add the following line to /etc/services:
gds_db 3050/tcp #InterBase Database Remote Protocol
And add the following line to /etc/inetd.conf
gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
And finally restart inetd.
A symbolic link from /usr/interbase -> %%PREFIX%%/firebird
may be needed for compatibility with existing programs
that use Firebird.
The symbolic link can be created with:
% ln -s %%PREFIX%%/firebird /usr/interbase
It is STRONGLY recommended that you change the SYSDBA
password with:
% cd %%PREFIX%%/firebird
% gsec -user SYSDBA -pass masterkey
GSEC> modify SYSDBA -pw newpassword
GSEC> quit
before doing anything serious with Firebird.
See %%PREFIX%%/firebird/RELNOTES for more.
---------------------------------------------------------