freebsd-ports/databases/firebird/pkg-message
Pete Fritchman 3b47b59a82 - unbreak: fix pkg-install not to create a /usr/interbase symlink
- strongly suggest manually creating the symlink in pkg-message

PR:		51712
Submitted by:	maintainer
2003-05-11 03:18:17 +00:00

24 lines
604 B
Plaintext

---------------------------------------------------------
Firebird is now installed. A symbolic link from
/usr/interbase -> %%PREFIX%%/firebird is REQUIRED for
proper operation of 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.
---------------------------------------------------------