diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-06-03 17:08:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-06-03 17:08:20 +0000 |
commit | 32a2597e73e849e306c36c47ffcb1ce7312b628e (patch) | |
tree | 1421ec2e459e0659b786b54491339ddb5a4c2f68 /sysutils/Makefile | |
parent | 8715b1f9331e455087aad5b57f33459e5ec4ebca (diff) |
Re-Tail is a command line program which is intended as an intelligent
incremental logfile reader. It will read a file or group of files
given on the command line, and output any changes since last time it
read the file(s) in question. It will attempt to compensate if the
filesize changes unexpectedly, and will also attempt to compensate if
the file contents changes as well. It is not a very complex program.
WWW: http://xjack.org/retail/
PR: ports/146849
Submitted by: Oleg Ginzburg
Notes
Notes:
svn path=/head/; revision=255669
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 311eb2fd594e..24d1f1db3197 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -688,6 +688,7 @@ SUBDIR += rename SUBDIR += reoback SUBDIR += respond + SUBDIR += retail SUBDIR += rfstool SUBDIR += rmonitor SUBDIR += roottail |