aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2006-11-08 01:00:11 +0800
committerskv <skv@FreeBSD.org>2006-11-08 01:00:11 +0800
commitce42f63bd00cf4cc6c925dbf831fd40c9eda1ae4 (patch)
treeb957db66fb522d4c2f9542ffdf286db66b6524d6 /databases
parent0b94637861e4abff51ce42662e3db80389b1b8a9 (diff)
downloadfreebsd-ports-gnome-ce42f63bd00cf4cc6c925dbf831fd40c9eda1ae4.tar.gz
freebsd-ports-gnome-ce42f63bd00cf4cc6c925dbf831fd40c9eda1ae4.tar.zst
freebsd-ports-gnome-ce42f63bd00cf4cc6c925dbf831fd40c9eda1ae4.zip
Minor cleans in pkg-message
Diffstat (limited to 'databases')
-rw-r--r--databases/firebird2-server/Makefile3
-rw-r--r--databases/firebird2-server/files/pkg-message.in7
-rw-r--r--databases/firebird20-server/Makefile3
-rw-r--r--databases/firebird20-server/files/pkg-message.in7
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.
---------------------------------------------------------