tail after kqueue changes

2000-06-22 Thread Alexander Leidinger
Hi, I'm using the "-F" option of tail for some files which get rotated away. After the changes to use kqueue/kevent it didn't work as expected anymore. tail exits after the file gets rotated. Perhaps it didn't wait long enough to see the new file: I did a "tail test.txt" in one terminal and a

Re: tail after kqueue changes

2000-06-22 Thread Jonathan Lemon
On Thu, Jun 22, 2000 at 05:25:55PM +0200, Alexander Leidinger wrote: Hi, I'm using the "-F" option of tail for some files which get rotated away. After the changes to use kqueue/kevent it didn't work as expected anymore. tail exits after the file gets rotated. Perhaps it didn't wait long