]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the output of mtree(8) more systematic and machine readable.
authorPoul-Henning Kamp <phk@FreeBSD.org>
Tue, 3 Oct 2000 13:13:47 +0000 (13:13 +0000)
committerPoul-Henning Kamp <phk@FreeBSD.org>
Tue, 3 Oct 2000 13:13:47 +0000 (13:13 +0000)
commitbd39966d9bdfb2e5cb9ebe18986883035b79bd11
tree4812c81f3f605135241f3076e6434f6dd7097dba
parent162080b465f3843d81c6ad04e910d555cc73ffe5
Make the output of mtree(8) more systematic and machine readable.

The new format is:

        filename        {changed,missing,extra}
                $field expected $foo found $bar
                ...

Fix various bugs along the way:
        Don't complain about directory sizes differing.
        Correctly check flags.
usr.sbin/mtree/compare.c
usr.sbin/mtree/create.c
usr.sbin/mtree/verify.c