freebsd-dev/sbin/dump
David E. O'Brien 016298551c Files in subdirectories of directories that have the nodump flag set
are sometimes incorrectly being dumped.

The problem arises because the subdirectory only gets its entry
cleared from usedinomap if it is also present in dumpinomap, and it is
the absence of a directory in usedinomap that internally indicates
that the directory is under the effects of UF_NODUMP (either directly
or inherited).

PR:		32414
Submitted by:	David C Lawrence <tale@dd.org>
2001-12-05 20:42:52 +00:00
..
dump.8
dump.h
dumprmt.c
itime.c
main.c
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00
optr.c
pathnames.h
tape.c
traverse.c Files in subdirectories of directories that have the nodump flag set 2001-12-05 20:42:52 +00:00
unctime.c