New -find action make_md5 to equip files from old images with MD5

This commit is contained in:
2009-08-22 18:41:45 +00:00
parent 5f06ee19c5
commit 56abdd0c2c
6 changed files with 89 additions and 29 deletions

View File

@ -2,7 +2,7 @@
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH XORRISO 1 "Aug 20, 2009"
.TH XORRISO 1 "Aug 22, 2009"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -1461,6 +1461,11 @@ namespace "isofs".
and reports if mismatch.
.br
E.g.: -find / -not -pending_data -exec check_md5 FAILURE --
\fBmake_md5\fR equips a data file with an MD5 sum of its content. Useful to
upgrade the files in the loaded image to full MD5 coverage by the next
commit with -md5 "on".
.br
E.g.: -find / -type f -not -has_md5 -exec make_md5 --
.br
\fBsetfattr\fR sets or deletes xattr name value pairs.
.br