mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
Add a sample wrapped inet.conf.
This commit is contained in:
parent
553614b2e2
commit
cce52bb565
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9312
@ -3,7 +3,7 @@
|
||||
# Date created: 27 Oct 1994
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $Id: Makefile,v 1.15 1997/06/20 17:49:51 max Exp $
|
||||
# $Id: Makefile,v 1.16 1997/07/04 19:54:25 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tcp_wrappers_7.6
|
||||
@ -20,5 +20,12 @@ MAN8= tcpd.8 tcpdchk.8 tcpdmatch.8
|
||||
|
||||
post-install:
|
||||
${LDCONFIG} -m ${PREFIX}/lib
|
||||
@${INSTALL_DATA} ${FILESDIR}/inetd.conf.wrapped.sample ${PREFIX}/etc
|
||||
|
||||
update:
|
||||
@cd ${FILESDIR} ; co -f $(CVSROOT)/src/etc/inetd.conf,v
|
||||
@${SED} 's:/usr/libexec/[a-zA-Z]*:${PREFIX}/libexec/tcpd:g' \
|
||||
< ${FILESDIR}/inetd.conf > ${FILESDIR}/inetd.conf.wrapped.sample
|
||||
@${RM} -f ${FILESDIR}/inetd.conf
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -14,3 +14,4 @@ man/man5/hosts_options.5.gz
|
||||
man/man8/tcpd.8.gz
|
||||
man/man8/tcpdchk.8.gz
|
||||
man/man8/tcpdmatch.8.gz
|
||||
etc/inetd.conf.wrapped.sample
|
||||
|
Loading…
Reference in New Issue
Block a user