mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
renames/rotations) only detected cases where the file itself was moved or deleted. If part of the path to the file (or a symlink in the path) was changed instead, tail would not notice. Fix this by ensuring that we stat the path at least once every second in the -F case to check for changes. We still use kqueue when possible to inform us quickly when the file has changed. PR: bin/24955 Submitted by: Maxim Konovalov <maxim@macomnet.ru> MFC after: 1 week |
||
|---|---|---|
| .. | ||
| extern.h | ||
| forward.c | ||
| Makefile | ||
| misc.c | ||
| read.c | ||
| reverse.c | ||
| tail.1 | ||
| tail.c | ||