diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-11-07 17:00:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-11-07 17:00:11 +0000 |
commit | 4f2e6ac96bf3b427d3388c988cd7d1b996887518 (patch) | |
tree | 22336062d9af7166ecc30326017553ee4dcbf495 /databases/firebird20-server | |
parent | 84816b0d943d285884c2dee537a6d876762740e9 (diff) | |
download | ports-4f2e6ac96bf3b427d3388c988cd7d1b996887518.tar.gz ports-4f2e6ac96bf3b427d3388c988cd7d1b996887518.zip |
Minor cleans in pkg-message
Notes
Notes:
svn path=/head/; revision=176725
Diffstat (limited to 'databases/firebird20-server')
-rw-r--r-- | databases/firebird20-server/Makefile | 3 | ||||
-rw-r--r-- | databases/firebird20-server/files/pkg-message.in | 7 |
2 files changed, 5 insertions, 5 deletions
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. --------------------------------------------------------- |