summaryrefslogtreecommitdiff
path: root/databases/firebird25-server/files/pkg-message.in
blob: bcd4ee49e315230f5af04586ae4a61b22ef4a3b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
{ type: install
  message: <<EOM
Firebird was installed.

1) Support for Super Server has been added

2) Before start the server ensure that the following line exists in /etc/services:

gds_db		3050/tcp  #InterBase Database Remote Protocol

3) If you use inetd (Classic Server) then add the following line to /etc/inetd.conf

gds_db	stream	tcp	nowait	firebird	%%PREFIX%%/sbin/fb_inet_server  fb_inet_server

And finally restart inetd.

4) If you want to use SuperClassic Server then you must add the following lines
   to /etc/rc.conf file.

 firebird_enable="YES"
 firebird_mode="superclassic"

5) If you want to use Super Server then you must add the following lines to
   /etc/rc.conf file.

 firebird_enable="YES"
 firebird_mode="superserver"

 Note: Keep in mind that you only can add one of them but never both modes on
       the same time

6) It is STRONGLY recommended that you change the SYSDBA
password with:

 # gsec -user SYSDBA -pass masterkey
 GSEC> modify SYSDBA -pw newpassword
 GSEC> quit

before doing anything serious with Firebird.

7) See documentation in %%DOCSDIR%%/ for more information.

8) Some firebird tools were renamed for avoid conflicts with some other ports

	%%PREFIX%%/bin/isql	-> 	%%PREFIX%%/bin/isql-fb
	%%PREFIX%%/bin/gstat	->	%%PREFIX%%/bin/fbstat
	%%PREFIX%%/bin/gsplit	->	%%PREFIX%%/bin/fbsplit

9) Enjoy it ;)
EOM
}
]