mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix pkg-message.
PR: 81031 Submitted by: Renato Botelho (maintainer)
This commit is contained in:
parent
80ed7be55d
commit
d80a1fed13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135251
5 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ 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
|
||||
gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
|
||||
|
||||
And finally restart inetd.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ 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
|
||||
gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
|
||||
|
||||
And finally restart inetd.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ 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
|
||||
gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
|
||||
|
||||
And finally restart inetd.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ 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
|
||||
gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
|
||||
|
||||
And finally restart inetd.
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ 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
|
||||
gds_db stream tcp nowait firebird %%PREFIX%%/firebird/bin/fb_inet_server fb_inet_server
|
||||
|
||||
And finally restart inetd.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue