diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-17 01:04:59 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-17 01:04:59 +0800 |
commit | ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191 (patch) | |
tree | bd9b961da6fc35589fbb7798021cb793c4f1ea64 /sysutils/Makefile | |
parent | 5184e1c94c0526ad9dd4120e6a6e14277ae35376 (diff) | |
download | freebsd-ports-gnome-ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191.tar.gz freebsd-ports-gnome-ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191.tar.zst freebsd-ports-gnome-ef6bd7c6b5e1ce3dd26be0206cef7ab1367e1191.zip |
Initial import of logmon-0.3.3.
Logmon will monitor one or more log files, updating when more data is
available ala 'tail -f' , within a common terminal window via a "split window".
User can scroll up/down/left/right through all the windows.
PR: 30516
Submitted by: Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
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 7477285f9f36..ff2c535e51b3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -80,6 +80,7 @@ SUBDIR += libretto-config SUBDIR += lmmon SUBDIR += log_analysis + SUBDIR += logmon SUBDIR += logrotate SUBDIR += logtool SUBDIR += lsmlib |