cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h

Tim Kientzle kientzle at FreeBSD.org
Fri Jul 16 21:17:51 PDT 2004


kientzle    2004-07-17 04:17:50 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/tar          bsdtar.c bsdtar.h 
  Log:
  Validate -o usage.  Strictly speaking, -o only makes sense with -x,
  of course, but I make an effort to accomodate GNU tar scripts that
  use -o with -c (with a meaning that totally contradicts SUSv2) by
  only issuing a benign warning message in that case.
  
  Revision  Changes    Path
  1.39      +7 -0      src/usr.bin/tar/bsdtar.c
  1.15      +1 -0      src/usr.bin/tar/bsdtar.h


More information about the cvs-src mailing list