diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-24 12:01:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-24 12:01:45 +0800 |
commit | ff159034fc29345c141f0f12d544d83442e9b180 (patch) | |
tree | 4497e83ae91f347ba30a9254f9b446f3e8b251cd /misc/Makefile | |
parent | e8069c464f4cee71c3d9a4a0b09b1f0aba369616 (diff) | |
download | freebsd-ports-gnome-ff159034fc29345c141f0f12d544d83442e9b180.tar.gz freebsd-ports-gnome-ff159034fc29345c141f0f12d544d83442e9b180.tar.zst freebsd-ports-gnome-ff159034fc29345c141f0f12d544d83442e9b180.zip |
New port: misc/gkrellmfmonitor2
This plugin monitors a file and displays its contens in gkrellm.
File can have multiple rows of the form 'name : value : [flag]'.
Number of rows as well as their contnens can change dynamicaly.
If flag non-empty then for WARNING value - the orange led will
light up and for ALERT value - red.
PR: ports/45660
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 947a78f94a4a..418c886d8d6f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -87,6 +87,7 @@ SUBDIR += gkrellmaflag SUBDIR += gkrellmbgchg SUBDIR += gkrellmfmonitor + SUBDIR += gkrellmfmonitor2 SUBDIR += gkrellmlaunch SUBDIR += gkrellscore SUBDIR += gkrellshoot |