diff options
author | itojun <itojun@pkgsrc.org> | 2002-10-30 21:14:12 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2002-10-30 21:14:12 +0000 |
commit | 46baa0342192fcdf543f90d95906267c8590a0a6 (patch) | |
tree | 4f4e415147d927adc947e774e419a713202cc23e | |
parent | 9f672efa57b53382b558af9bf13dc395d06d0248 (diff) | |
download | pkgsrc-46baa0342192fcdf543f90d95906267c8590a0a6.tar.gz |
net/dnstop
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | net/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a7ded187f7a..44759432879 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.420 2002/10/30 15:29:08 wiz Exp $ +$NetBSD: CHANGES,v 1.421 2002/10/30 21:15:09 itojun Exp $ Changes to the packages collection and infrastructure in 2002: @@ -3462,3 +3462,4 @@ Changes to the packages collection and infrastructure in 2002: Added py-piddle-1.0.15 [markd 2002-10-30] Updated phoenix to 0.4 [taya 2002-10-30] Updated php4-xslt to 4.2.3 [wiz 2002-10-30] + Added dnstop-20021030 [itojun 2002-10-30] diff --git a/net/Makefile b/net/Makefile index a31f4d52392..c437324ad17 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.340 2002/10/24 09:43:45 jlam Exp $ +# $NetBSD: Makefile,v 1.341 2002/10/30 21:14:12 itojun Exp $ # COMMENT= Networking tools @@ -51,6 +51,7 @@ SUBDIR+= dhisd SUBDIR+= dip SUBDIR+= djbdns SUBDIR+= dlint +SUBDIR+= dnstop SUBDIR+= docsis SUBDIR+= dynipclient SUBDIR+= echoping |