3b47b59a82
- strongly suggest manually creating the symlink in pkg-message PR: 51712 Submitted by: maintainer
24 lines
604 B
Plaintext
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.
|
|
---------------------------------------------------------
|
|
|