Subject: CVS commit: basesrc/bin/pax
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/16/2002 06:46:10
Module Name: basesrc
Committed By: christos
Date: Wed Oct 16 03:46:09 UTC 2002
Modified Files:
basesrc/bin/pax: ar_io.c ar_subs.c extern.h options.c tar.c
Log Message:
Support gnu long filename extensions by default for tar on create, list, and
extract. We now generate GNU tar archives by default ("ustar ^@" instead of
"ustar^@00"). GNU extensions can be disabled with --strict.
XXX: long symlinks untested.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 basesrc/bin/pax/ar_io.c
cvs rdiff -r1.17 -r1.18 basesrc/bin/pax/ar_subs.c
cvs rdiff -r1.33 -r1.34 basesrc/bin/pax/extern.h
cvs rdiff -r1.47 -r1.48 basesrc/bin/pax/options.c
cvs rdiff -r1.25 -r1.26 basesrc/bin/pax/tar.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.