diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-28 15:39:46 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-28 15:39:46 +0000 |
commit | 4158a5b013bcf515734facc1c450e8b56212060d (patch) | |
tree | 01c28f63e51601d4b13ffffc4d80072eb52d4a06 /sysutils/Makefile | |
parent | update news/inn-stable: (diff) |
The fetchlog utility displays the last new messages of a
logfile. It is similar like tail (1) but offers some extra
functionality for output formatting. To show only the new
messages appeared since the last call fetchlog uses a bookmark
to remember which messages have been fetched.
PR: 55506
Submitted by: Alexander Haderer <alexander.haderer@charite.de>
Notes
Notes:
svn path=/head/; revision=89695
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 5bd0256b04d2..8e7451bae659 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -86,6 +86,7 @@ SUBDIR += fastest_cvsup SUBDIR += fastresolve SUBDIR += fcron + SUBDIR += fetchlog SUBDIR += ffsrecov SUBDIR += file SUBDIR += filedupe |