diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-08 05:12:48 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-08 05:12:48 +0800 |
commit | d8d597749895ed82089421e2efe0cef455c2ac32 (patch) | |
tree | 653cf461f3bf73104bc8a2d0fc45b2934938f928 /sysutils/Makefile | |
parent | 20d14791dbb5db43d3431e263deaf8c9851cc0e7 (diff) | |
download | freebsd-ports-gnome-d8d597749895ed82089421e2efe0cef455c2ac32.tar.gz freebsd-ports-gnome-d8d597749895ed82089421e2efe0cef455c2ac32.tar.zst freebsd-ports-gnome-d8d597749895ed82089421e2efe0cef455c2ac32.zip |
GUI application used to monitor UPS devices controlled by the APCUPSD package.
The program uses the NIS interface from apcupsd to collect event and status
information for display to the end-user. Because of this great interface,
this program can be executed on any OS supported machine and use the network
socket interface to connect back to apcupsd.
WWW: http://gapcmon.sourceforge.net/
PR: ports/98117
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: lawrance (mentor, implicit)
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 787f22e7d4f7..0e4c807001ca 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -186,6 +186,7 @@ SUBDIR += gag SUBDIR += ganglia-monitor-core SUBDIR += ganglia-webfrontend + SUBDIR += gapcmon SUBDIR += gcdmaster SUBDIR += gcombust SUBDIR += gconf-editor |