summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-03-31 08:57:07 +0000
committergrant <grant@pkgsrc.org>2003-03-31 08:57:07 +0000
commit7222a66a02c25d6b9de088d8e4df5cd63cf7a631 (patch)
treea4e8cfdf1257023f2f31974622ee07f221606a90
parentd39aaeb43bb7f0cde9b96f06c7d16215e41a6f91 (diff)
downloadpkgsrc-7222a66a02c25d6b9de088d8e4df5cd63cf7a631.tar.gz
Initial import of mtree-20030331 into The NetBSD Packages Collection.
The mtree utility compares the file hierarchy rooted in the current directory against a specification read from the standard input. Messages are written to the standard output for any files whose characteristics do not match the specification, or which are missing from either the file hierarchy or the specification.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index e1e5ca0c166..9d68700eaee 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.1806 2003/03/31 07:57:50 tron Exp $
+$NetBSD: CHANGES,v 1.1807 2003/03/31 08:57:07 grant Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -1350,3 +1350,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated cvsync to 0.17.2 [gehenna 2003-03-30]
Added libnbcompat-20030331 [grant 2003-03-31]
Updated bidwatcher to 1.3.7nb1 [tron 2003-03-31]
+ Added mtree-20030331 [grant 2003-03-31]