# HG changeset patch # User Matthias Förste foerste@schlittermann.de # Date 1334863151 -7200 # Node ID 6d4d4ff0796e6f60176da8481a9d90d4754d7b28 # Parent 73cb1d7a1bd8fc217c07c520446cc557ab80fa87 removed outdated comment diff -r 73cb1d7a1bd8 -r 6d4d4ff0796e bin/waitfordeb --- a/bin/waitfordeb Thu Apr 19 21:10:37 2012 +0200 +++ b/bin/waitfordeb Thu Apr 19 21:19:11 2012 +0200 @@ -36,12 +36,6 @@ my $nfiles = 0; my $c = "$incoming/$ARGV[0]"; -# first setup a file creation watch on the incoming directory (we cannot set -# watches on objects that dont exist yet); then *if* a file which is listed in -# the changes file is created inside that directory then setup file -# {modification,close} watches on it; we need the modification watch to reset -# the 'timeout counter' and verify the file size in the close watch. ofcourse -# we need the list of files from the changes file first; we build it here open C, '<', $c or die "Can't open '<$c': $!\n"; my $skip = 1; while () {