summaryrefslogtreecommitdiff
path: root/databases/firebird-devel/files/pkg-message.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-04-11 19:25:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-04-11 19:25:44 +0000
commit494ceff9706c8662d7b04f06e383de09b3004195 (patch)
treed2b95734ea806ca421d523eeda50a253812d78a5 /databases/firebird-devel/files/pkg-message.in
parent- Update to 2.3-20050404 (diff)
- Update to 20050327 (2.0-alpha1);
- Take maintainership; - Mark BROKEN on FreeBSD-4.x. Since I'm there, use the standard build mechanism. Note: this port is not yet packageable; the new maintainer will take care of this problem. PR: ports/79310 Submitted by: Renato Botelho
Notes
Notes: svn path=/head/; revision=133066
Diffstat (limited to 'databases/firebird-devel/files/pkg-message.in')
-rw-r--r--databases/firebird-devel/files/pkg-message.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/databases/firebird-devel/files/pkg-message.in b/databases/firebird-devel/files/pkg-message.in
new file mode 100644
index 000000000000..bffa948d78fd
--- /dev/null
+++ b/databases/firebird-devel/files/pkg-message.in
@@ -0,0 +1,24 @@
+
+---------------------------------------------------------
+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%% /usr/interbase
+
+It is STRONGLY recommended that you change the SYSDBA
+password with:
+
+% cd %%PREFIX%%
+% gsec -user SYSDBA -pass masterkey
+GSEC> modify SYSDBA -pw newpassword
+GSEC> quit
+
+before doing anything serious with Firebird.
+
+See %%PREFIX%%/firebird/RELNOTES for more.
+---------------------------------------------------------
+