diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-01 10:46:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-04-01 10:46:58 +0000 |
commit | e28e7b07f32c8de6ac188a9363d351ad3773f5a6 (patch) | |
tree | ca5685dd9de38327a4c14950821b4e7ae1795921 /net/Makefile | |
parent | 3ec81d2f4a6738fb164ee49ced400e0c570f525a (diff) |
Add smokeping 1.5, latency logging and graphing system.
This port is heavily modified by kuriyama:
o Use BSD'ish directory hierarchy (imcomplete)
TODO for this port (will be done by kuriyama)
o Upgrade to 1.6 (see follow-up of this PR)
o Use non-privileged UID for smokeping
o Move *.pm to $PREFIX/lib/perl5/site_perl
PR: ports/36006
Submitted by: Lars Thegler <lars@thegler.dk>
Notes
Notes:
svn path=/head/; revision=57125
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 649e554da527..0400a684ee16 100644 --- a/net/Makefile +++ b/net/Makefile @@ -453,6 +453,7 @@ SUBDIR += smbfs SUBDIR += smbtcpdump SUBDIR += smm++ + SUBDIR += smokeping SUBDIR += sniffit SUBDIR += sntop SUBDIR += socks5 |