Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2000 06:13:48 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/mtree compare.c create.c verify.c
Message-ID:  <200010031313.GAA79941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2000/10/03 06:13:48 PDT

  Modified files:
    usr.sbin/mtree       compare.c create.c verify.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.18      +38 -42    src/usr.sbin/mtree/compare.c
  1.21      +8 -6      src/usr.sbin/mtree/create.c
  1.15      +3 -3      src/usr.sbin/mtree/verify.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200010031313.GAA79941>