* rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-log
Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
This commit is contained in:
parent
74fdb36d0a
commit
27815bd19f
4 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2001/02/17 19:07:07 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2001/03/04 20:42:02 hubertf Exp $
|
||||
# FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp
|
||||
|
||||
DISTNAME= djbdns-1.05
|
||||
|
@ -45,8 +45,8 @@ post-patch:
|
|||
.endfor
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/tinydns-log.pl ${PREFIX}/bin/tinydns-log.pl
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/dnscache-log.pl ${PREFIX}/bin/dnscache-log.pl
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/tinydns-log.pl ${PREFIX}/bin/tinydns-log
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/dnscache-log.pl ${PREFIX}/bin/dnscache-log
|
||||
${INSTALL_DATA} ${WRKSRC}/dnsroots.global ${PREFIX}/etc/dnsroots.global
|
||||
cd ${WRKDIR}/djbdns-man && ${INSTALL_MAN} dnsfilter.1 dnsip.1 \
|
||||
dnsipq.1 dnsmx.1 dnsname.1 dnsq.1 dnsqr.1 dnstrace.1 dnstxt.1 \
|
||||
|
|
|
@ -21,8 +21,8 @@ several components:
|
|||
|
||||
You may also want to use:
|
||||
* pkgsrc/net/ucspi-tcp, if you're going to use axfrdns or axfr-get
|
||||
* tinydns logfile formatter, installed under ${PREFIX}/bin/tinydns-log.pl
|
||||
* dnscache logfile formatter, installed under ${PREFIX}/bin/dnscache-log.pl
|
||||
* tinydns logfile formatter, installed under ${PREFIX}/bin/tinydns-log
|
||||
* dnscache logfile formatter, installed under ${PREFIX}/bin/dnscache-log
|
||||
(formatters are taken from http://tinydns.org, they need perl to run]
|
||||
* tai64nlocal (pkgsrc/sysutils/daemontools) -- to convert timestamps printed
|
||||
out by these two formatters to human readable form
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.4 2001/01/29 15:41:23 wiz Exp $
|
||||
$NetBSD: MESSAGE,v 1.5 2001/03/04 20:42:03 hubertf Exp $
|
||||
|
||||
You will also need to install ucspi-tcp package (pkgsrc/net/ucspi-tcp) if
|
||||
you want to use axfrdns or axfr-get.
|
||||
|
||||
Please install perl if you want to use contrib tools for djbdns:
|
||||
tinydns logfile formatter, ${PREFIX}/bin/tinydns-log.pl
|
||||
and dnscache logfile formatter, ${PREFIX}/bin/dnscache-log.pl
|
||||
tinydns logfile formatter, ${PREFIX}/bin/tinydns-log
|
||||
and dnscache logfile formatter, ${PREFIX}/bin/dnscache-log
|
||||
|
||||
(these are taken from http://tinydns.org)
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2001/01/26 01:33:21 hubertf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2001/03/04 20:42:03 hubertf Exp $
|
||||
bin/axfr-get
|
||||
bin/axfrdns
|
||||
bin/axfrdns-conf
|
||||
bin/dnscache
|
||||
bin/dnscache-conf
|
||||
bin/dnscache-log.pl
|
||||
bin/dnscache-log
|
||||
bin/dnsfilter
|
||||
bin/dnsip
|
||||
bin/dnsip6
|
||||
|
@ -28,7 +28,7 @@ bin/tinydns-conf
|
|||
bin/tinydns-data
|
||||
bin/tinydns-edit
|
||||
bin/tinydns-get
|
||||
bin/tinydns-log.pl
|
||||
bin/tinydns-log
|
||||
bin/walldns
|
||||
bin/walldns-conf
|
||||
etc/dnsroots.global
|
||||
|
|
Loading…
Reference in a new issue