Date: Sat, 17 Jul 2004 04:17:50 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/tar bsdtar.c bsdtar.h Message-ID: <200407170417.i6H4HoM2024765@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407170417.i6H4HoM2024765>