diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-05-11 03:18:17 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-05-11 03:18:17 +0000 |
commit | 3b47b59a823cf67f637cf5a5541462abac5f3fd8 (patch) | |
tree | f25034363e1e3b5958e1ddea4d71d0f9ef65c974 /databases/firebird-client/pkg-message | |
parent | Attent to bento cluster peculiar behavior: it is prefixing the (diff) |
- 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
Diffstat (limited to 'databases/firebird-client/pkg-message')
-rw-r--r-- | databases/firebird-client/pkg-message | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/databases/firebird-client/pkg-message b/databases/firebird-client/pkg-message index f15892a06aaa..622721f9836d 100644 --- a/databases/firebird-client/pkg-message +++ b/databases/firebird-client/pkg-message @@ -1,14 +1,18 @@ --------------------------------------------------------- -Firebird is now installed. There is a symbolic link from -/usr/interbase -> %%PREFIX%%/firebird. Firebird needs this -link for proper operation. +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 /usr/interbase -$ gsec -user SYSDBA -pass masterkey +% cd %%PREFIX%%/firebird +% gsec -user SYSDBA -pass masterkey GSEC> modify SYSDBA -pw newpassword GSEC> quit |