diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-01 09:29:42 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-01 09:29:42 +0000 |
commit | 03f16e88b092b10238de92a12faaa64d556c2185 (patch) | |
tree | 8d89514caa9fbc333b76dabc74e709bf3cfa4ee4 /databases/firebird2-server/pkg-message | |
parent | - Do not change PREFIX and install port in PREFIX/firebird (diff) |
- Don't be too smart and don't change /etc/services and /etc/inetd.conf
It fix problem with extra files on pointyhat
- Add message for usr how to run
PR: ports/80358
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=134437
Diffstat (limited to 'databases/firebird2-server/pkg-message')
-rw-r--r-- | databases/firebird2-server/pkg-message | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/databases/firebird2-server/pkg-message b/databases/firebird2-server/pkg-message index 3a3f40ae3ec4..39f76cf85d33 100644 --- a/databases/firebird2-server/pkg-message +++ b/databases/firebird2-server/pkg-message @@ -1,9 +1,20 @@ --------------------------------------------------------- -Firebird is now installed. A symbolic link from -/usr/interbase -> %%PREFIX%%/firebird may be needed -for compatibility with existing programs that use -Firebird. +Firebird is now installed. + +To start the server add the following line to /etc/services: + +gds_db 3050/tcp #InterBase Database Remote Protocol + +And add the following line to /etc/inetd.conf + +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server + +And finally restart inetd. + +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: |