diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-10-29 19:31:19 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-10-29 19:31:19 +0000 |
commit | 5ed5cf59536a17aca6c0869829e7ac3a5a323b98 (patch) | |
tree | b532ecf2c6217034463ea161e01a0c7715b4ac33 /net-mgmt/Makefile | |
parent | Fix spelling of "Xfce" for x11-wm/xfce4 too. (diff) |
This ZenPack provides the ability to quickly search for Devices by their name
or by their IP address. Search is triggered by typing 3 or more characters
into the text box, which then returns the first 10 matches. The use of the
asterisk wild-card is supported, so you may search for fuzzy matches
dynamically.
WWW: http://community.zenoss.org/docs/DOC-7453
PR: ports/157505
Submitted by: Zenoss <zenoss@experts-exchange.com>
Notes
Notes:
svn path=/head/; revision=284675
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index fb863fa6f6bf..18f9a7677f4f 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -299,6 +299,7 @@ SUBDIR += zenoss SUBDIR += zenpack-dellmon SUBDIR += zenpack-deviceadvdetail + SUBDIR += zenpack-devicesearch SUBDIR += zenpack-interfacegraphs .include <bsd.port.subdir.mk> |