Subject: CVS commit: basesrc/sbin/restore
To: None <source-changes@netbsd.org>
From: Konrad Schroder <perseant@netbsd.org>
List: source-changes
Date: 02/19/2002 21:16:39
Module Name: basesrc
Committed By: perseant
Date: Tue Feb 19 19:16:38 UTC 2002
Modified Files:
basesrc/sbin/restore: tape.c
Log Message:
Don't forget to update curfile, if tape begins with TS_ADDR type block.
In particular, this means that if one member (say the last member) of a tape
set begins with continuation blocks, restore will not consider that tape
to contain all the inodes (curfile.ino==0 at the beginning of the tape).
Close PR #15545.
To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 basesrc/sbin/restore/tape.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.