summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/pkg-message
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-12-04 17:34:21 +0000
commitea7d06de9102477b334d82b5b9617fdbefe1ec89 (patch)
tree010f6253bb4c0f6be3bcb32f6489cdb9b501d351 /databases/firebird-devel/pkg-message
parentAdd missing patches for the 1.5.r7 update. (diff)
- Update to 2.0.a0.
- Previous maintainer is now tha actual maintainer again. - No package at the moment. PR: 59001 Submitted by: chris@e-easy.com.au
Notes
Notes: svn path=/head/; revision=95039
Diffstat (limited to 'databases/firebird-devel/pkg-message')
-rw-r--r--databases/firebird-devel/pkg-message15
1 files changed, 10 insertions, 5 deletions
diff --git a/databases/firebird-devel/pkg-message b/databases/firebird-devel/pkg-message
index f15892a06aaa..6f312bfec254 100644
--- a/databases/firebird-devel/pkg-message
+++ b/databases/firebird-devel/pkg-message
@@ -1,14 +1,19 @@
---------------------------------------------------------
-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 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 /usr/interbase
-$ gsec -user SYSDBA -pass masterkey
+% cd %%PREFIX%%/firebird
+% gsec -user SYSDBA -pass masterkey
GSEC> modify SYSDBA -pw newpassword
GSEC> quit