Subject: CVS commit: src/bin/pax
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/17/2004 18:49:55
Module Name:	src
Committed By:	dsl
Date:		Sun Oct 17 18:49:55 UTC 2004

Modified Files:
	src/bin/pax: ar_subs.c extern.h options.c tar.1

Log Message:
Add an option --chroot to tar.  Causes it to chroot(".") before doing
an extract.  With -h this will cause existing absolute symlinks to be treated
as relative to the current directory.
Helps sysinst handle existing symlinks in the target system.
Remove 'L' from the usage (got spilt into 'h' and 'H' many moons ago)
Add 'S' to usage, and put into correct place in options list.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/bin/pax/ar_subs.c
cvs rdiff -r1.45 -r1.46 src/bin/pax/extern.h
cvs rdiff -r1.79 -r1.80 src/bin/pax/options.c
cvs rdiff -r1.17 -r1.18 src/bin/pax/tar.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.