Minor cleans in pkg-message

This commit is contained in:
Sergey Skvortsov 2006-11-07 17:00:11 +00:00
parent 84816b0d94
commit 4f2e6ac96b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176725
4 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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.
---------------------------------------------------------

View File

@ -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

View File

@ -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.
---------------------------------------------------------