diff options
author | reed <reed@pkgsrc.org> | 2004-03-11 20:43:49 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-11 20:43:49 +0000 |
commit | aaeb4475ce28388e0c88a7909d5332b7fe60feb6 (patch) | |
tree | 1c4e16ab17bf5db466d8550f25b6000d43f5bfb8 | |
parent | 62dede65651982097b284cb1af720e92b3592c3c (diff) | |
download | pkgsrc-aaeb4475ce28388e0c88a7909d5332b7fe60feb6.tar.gz |
Add to DESCRiption: "It can be used as a file integrity checker."
-rw-r--r-- | pkgtools/mtree/DESCR | 3 |
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. |