Subject: CVS commit: src/sbin/restore
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/22/2004 22:38:38
Module Name:	src
Committed By:	bouyer
Date:		Fri Oct 22 22:38:38 UTC 2004

Modified Files:
	src/sbin/restore: dirs.c extern.h main.c restore.8 restore.h tape.c
	    utilities.c

Log Message:
Add an option (-M) to write a mtree specification (which needs to be passed
through sort before being feed to mtree) with file flags, instead of restoring
file flags at the same time as other attributes. Fix various issue with
schg, uchg, sappnd or uappnd flags which cause restore to fail in some case.
Discussed on tech-userlevel:
http://mail-index.netbsd.org/tech-userlevel/2004/10/12/0000.html


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sbin/restore/dirs.c
cvs rdiff -r1.10 -r1.11 src/sbin/restore/extern.h
cvs rdiff -r1.26 -r1.27 src/sbin/restore/main.c
cvs rdiff -r1.43 -r1.44 src/sbin/restore/restore.8
cvs rdiff -r1.15 -r1.16 src/sbin/restore/restore.h
cvs rdiff -r1.50 -r1.51 src/sbin/restore/tape.c
cvs rdiff -r1.17 -r1.18 src/sbin/restore/utilities.c

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