diff options
-rw-r--r-- | databases/firebird2-server/Makefile | 3 | ||||
-rw-r--r-- | databases/firebird2-server/files/pkg-message.in | 7 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 3 | ||||
-rw-r--r-- | databases/firebird20-server/files/pkg-message.in | 7 |
4 files changed, 10 insertions, 10 deletions
diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 4499b33e7009..fb3c9539f211 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/Makefile @@ -57,7 +57,6 @@ ALL_TARGET= firebird_boot ref_databases msgs libfbembed intl otherfiles \ inet_server extlib embed_gfix embed_gbak embed_gdef embed_util SUB_FILES= pkg-install pkg-message aliases.conf -SUB_LIST+= LOCALSTATEDIR=${LOCALSTATEDIR} SUID_BIN= fb_inet_server fb_lock_mgr gds_drop UTIL_BIN= fb_lock_print gbak gdef gfix gsec gstat nbackup @@ -115,7 +114,7 @@ pre-everything:: pre-su-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -post-su-install: +post-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .endif diff --git a/databases/firebird2-server/files/pkg-message.in b/databases/firebird2-server/files/pkg-message.in index fabc059d6a02..94d4194294b8 100644 --- a/databases/firebird2-server/files/pkg-message.in +++ b/databases/firebird2-server/files/pkg-message.in @@ -6,9 +6,9 @@ Before start the server ensure that the following line exists in /etc/services: gds_db 3050/tcp #InterBase Database Remote Protocol -And add the following line to /etc/inetd.conf +If you use inetd then add the following line to /etc/inetd.conf -gds_db stream tcp nowait firebird %%PREFIX%%/sbin/fb_inet_server fb_inet_server +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server And finally restart inetd. @@ -21,6 +21,7 @@ GSEC> quit before doing anything serious with Firebird. -See %%LOCALSTATEDIR%%/RELNOTES for more. +See documentation in %%DOCSDIR%%/ +for more information. --------------------------------------------------------- diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 4499b33e7009..fb3c9539f211 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/Makefile @@ -57,7 +57,6 @@ ALL_TARGET= firebird_boot ref_databases msgs libfbembed intl otherfiles \ inet_server extlib embed_gfix embed_gbak embed_gdef embed_util SUB_FILES= pkg-install pkg-message aliases.conf -SUB_LIST+= LOCALSTATEDIR=${LOCALSTATEDIR} SUID_BIN= fb_inet_server fb_lock_mgr gds_drop UTIL_BIN= fb_lock_print gbak gdef gfix gsec gstat nbackup @@ -115,7 +114,7 @@ pre-everything:: pre-su-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL -post-su-install: +post-install: @${SETENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} .endif diff --git a/databases/firebird20-server/files/pkg-message.in b/databases/firebird20-server/files/pkg-message.in index fabc059d6a02..94d4194294b8 100644 --- a/databases/firebird20-server/files/pkg-message.in +++ b/databases/firebird20-server/files/pkg-message.in @@ -6,9 +6,9 @@ Before start the server ensure that the following line exists in /etc/services: gds_db 3050/tcp #InterBase Database Remote Protocol -And add the following line to /etc/inetd.conf +If you use inetd then add the following line to /etc/inetd.conf -gds_db stream tcp nowait firebird %%PREFIX%%/sbin/fb_inet_server fb_inet_server +gds_db stream tcp nowait firebird %%PREFIX%%/bin/fb_inet_server fb_inet_server And finally restart inetd. @@ -21,6 +21,7 @@ GSEC> quit before doing anything serious with Firebird. -See %%LOCALSTATEDIR%%/RELNOTES for more. +See documentation in %%DOCSDIR%%/ +for more information. --------------------------------------------------------- |