Bug 92425 - [patch] mail/qmailanalog: automatic microsecond timestamp for matchup
Summary: [patch] mail/qmailanalog: automatic microsecond timestamp for matchup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-27 16:10 UTC by User &
Modified: 2006-01-30 16:32 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description User & 2006-01-27 16:10:05 UTC
	matchup (from qmailanalog) need a microsecond timestamp into qmail
	logs. You need to parse them with tai64nfract external utility (see
	at http://www.eyrie.org/~eagle/software/tai64nfrac/), or use this patch!

Fix: 

If you apply this patch (http://morettoni.net/qmail/matchup.c-taia.patch),
	matchup check if the log lines begin with '@' char (TAI64N timestamp added
	by multilog) and use the microsecond.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2006-01-28 05:53:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-01-30 16:32:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!