Module Name: src Committed By: christos Date: Fri Oct 5 01:26:56 UTC 2012
Modified Files: src/usr.sbin/mtree: Makefile extern.h mtree.8 mtree.c mtree.h verify.c Added Files: src/usr.sbin/mtree: specspec.c Log Message: Implement FreeBSD's -f spec1 -f spec2 spec comparision function. This is more useful than -C and diff because it highlights the keys that have changed value so for example, you can see that the size of a file has not changed but the contents have. (brooks) To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/mtree/Makefile cvs rdiff -u -r1.35 -r1.36 src/usr.sbin/mtree/extern.h cvs rdiff -u -r1.59 -r1.60 src/usr.sbin/mtree/mtree.8 cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/mtree/mtree.c cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/mtree/mtree.h cvs rdiff -u -r0 -r1.1 src/usr.sbin/mtree/specspec.c cvs rdiff -u -r1.41 -r1.42 src/usr.sbin/mtree/verify.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.