On Tue, Sep 22, 2009 at 04:19:38PM +0200, Henning Sprang wrote: > On Tue, Sep 22, 2009 at 2:59 PM, Andreas Schuldei <andr...@debian.org> wrote: > > it would be better it fcopy ignored parts of the filesystem it > > had no buisness with. > > Actually, if I understand this description right, I see no reason at > all why fcopy should do anything but placing a file from the files > directory in the right location on the target. No need to search or > walk through target directories at all.
it is only calling File::Find::find with subdirectories of $FAI/files: ----- foreach (@ARGV) { $_="$source/$_"; } File::Find::find(...,@ARGV) ----- unless File::Find::find is implemented in a buggy way, this should never be influenced by the target fs. -- c u henning -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org