diff options
author | wen <wen@FreeBSD.org> | 2010-09-26 16:48:39 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-09-26 16:48:39 +0800 |
commit | ab979a82c959b27a929756c07885df9c0536e7c0 (patch) | |
tree | 85fe196edc03ed7e876ea0c7bcaa981baf938dd1 /net/Makefile | |
parent | c3c8763f03a6eee56266acea5911b940b2b27256 (diff) | |
download | freebsd-ports-gnome-ab979a82c959b27a929756c07885df9c0536e7c0.tar.gz freebsd-ports-gnome-ab979a82c959b27a929756c07885df9c0536e7c0.tar.zst freebsd-ports-gnome-ab979a82c959b27a929756c07885df9c0536e7c0.zip |
sqtop is a console applicaton to display information about currently active
client connections for a Squid proxy in a convenient way.
WWW: http://code.google.com/p/sqtop/
PR: ports/150313
Submitted by: Marco Steinbach <coco@moehre.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f027bc453968..f0186f95350b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1013,6 +1013,7 @@ SUBDIR += spread4 SUBDIR += sprinkle SUBDIR += spserver + SUBDIR += sqtop SUBDIR += ss5 SUBDIR += ssldump SUBDIR += sslh |