[BusyBox-cvs] [BusyBox 0000265]: tail -f should keep following files even if they were truncated
bugs at busybox.net
bugs at busybox.net
Wed Jul 20 19:46:42 UTC 2005
The following issue has been RESOLVED.
======================================================================
http://busybox.net/bugs/view.php?id=265
======================================================================
Reported By: owlman
Assigned To: BusyBox
======================================================================
Project: BusyBox
Issue ID: 265
Category: New Features
Reproducibility: N/A
Severity: feature
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 05-20-2005 01:45 PDT
Last Modified: 07-20-2005 12:46 PDT
======================================================================
Summary: tail -f should keep following files even if they
were truncated
Description:
The current implementation of tail doesn't keep watching truncated logs: it
simply looks if anything was been added beyond the current reading
position, it does not adjust for file truncation. This patch is inspired
from Chip Rosenthal's xtail which i downloaded from
http://www.unicom.com/sw/xtail/
======================================================================
----------------------------------------------------------------------
pgf - 07-20-05 12:46
----------------------------------------------------------------------
Committed revision 10884.
Issue History
Date Modified Username Field Change
======================================================================
05-20-05 01:45 owlman New Issue
05-20-05 01:45 owlman File Added: tail.c.diff
05-20-05 01:53 owlman Issue Monitored: owlman
07-20-05 12:46 pgf Status assigned => resolved
07-20-05 12:46 pgf Resolution open => fixed
07-20-05 12:46 pgf Note Added: 0000327
======================================================================
More information about the busybox-cvs
mailing list