diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-09-26 08:48:39 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-09-26 08:48:39 +0000 |
commit | 2f927f6e7697df81ad9f70c98c9401faba418537 (patch) | |
tree | 839f3d0044fe73dfe6af135c4daef979315f9565 /net/Makefile | |
parent | 025752cd447a54fbbb1ef947c85458cc3b0f51b1 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=261880
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 |