summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorreed <reed>2004-03-11 20:43:49 +0000
committerreed <reed>2004-03-11 20:43:49 +0000
commit858e14ca0910bfef67e3a2114f37e71f4a03021f (patch)
tree1c4e16ab17bf5db466d8550f25b6000d43f5bfb8 /pkgtools
parent7911767ccd92a86e4dc85b370d2045770c692918 (diff)
downloadpkgsrc-858e14ca0910bfef67e3a2114f37e71f4a03021f.tar.gz
Add to DESCRiption: "It can be used as a file integrity checker."
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/mtree/DESCR3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/mtree/DESCR b/pkgtools/mtree/DESCR
index b2dcb454213..a4f891564ab 100644
--- a/pkgtools/mtree/DESCR
+++ b/pkgtools/mtree/DESCR
@@ -2,4 +2,5 @@ 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.
+from either the file hierarchy or the specification. It can be used
+as a file integrity checker.