summaryrefslogtreecommitdiff
path: root/pkgtools/mtree
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2004-03-11 20:43:49 +0000
committerreed <reed@pkgsrc.org>2004-03-11 20:43:49 +0000
commitf8fe69d363004c529c734257ba490d42f00a4f7f (patch)
tree1c4e16ab17bf5db466d8550f25b6000d43f5bfb8 /pkgtools/mtree
parentf256d379e64fd6da9ffba1d637b840f25d8dca2c (diff)
downloadpkgsrc-f8fe69d363004c529c734257ba490d42f00a4f7f.tar.gz
Add to DESCRiption: "It can be used as a file integrity checker."
Diffstat (limited to 'pkgtools/mtree')
-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.