diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-03-04 20:42:02 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-03-04 20:42:02 +0000 |
commit | 27815bd19fda63999faeec8128bd8fc724007dab (patch) | |
tree | 2665d61c767bf30922c44a3b4e558afb481049ab /net/djbdns | |
parent | 74fdb36d0a294aca6dd6f5a33e0f143a1f6c427c (diff) | |
download | pkgsrc-27815bd19fda63999faeec8128bd8fc724007dab.tar.gz |
* rename {tinydns,dnscache}-log.pl to ${tinydns,dnscache}-log
Patch sent in by Tomasz Luchowski <zuntum@eik.pl> in private mail.
Diffstat (limited to 'net/djbdns')
-rw-r--r-- | net/djbdns/Makefile | 6 | ||||
-rw-r--r-- | net/djbdns/pkg/DESCR | 4 | ||||
-rw-r--r-- | net/djbdns/pkg/MESSAGE | 6 | ||||
-rw-r--r-- | net/djbdns/pkg/PLIST | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 98fc92f6648..08a912e1de0 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -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 \ diff --git a/net/djbdns/pkg/DESCR b/net/djbdns/pkg/DESCR index 3326005ab54..a1e1fb2c257 100644 --- a/net/djbdns/pkg/DESCR +++ b/net/djbdns/pkg/DESCR @@ -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 diff --git a/net/djbdns/pkg/MESSAGE b/net/djbdns/pkg/MESSAGE index 13325fb6092..9e284153726 100644 --- a/net/djbdns/pkg/MESSAGE +++ b/net/djbdns/pkg/MESSAGE @@ -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) diff --git a/net/djbdns/pkg/PLIST b/net/djbdns/pkg/PLIST index 9d283fcd711..bc5d7457069 100644 --- a/net/djbdns/pkg/PLIST +++ b/net/djbdns/pkg/PLIST @@ -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 |