diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-08 20:33:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-08 20:33:41 +0800 |
commit | f5c5444c1be72fced01aae89809a5f469e5bb0ff (patch) | |
tree | 9c5566c75f15d4830d53b124920e275ffb64cadb /security/Makefile | |
parent | 52148f60137cdf4ea417e277e7d12575a7ac3927 (diff) | |
download | freebsd-ports-gnome-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.gz freebsd-ports-gnome-f5c5444c1be72fced01aae89809a5f469e5bb0ff.tar.zst freebsd-ports-gnome-f5c5444c1be72fced01aae89809a5f469e5bb0ff.zip |
New port: security/expiretable Utility used to remove entries from the pf(4) table based on their age
Expiretable is a utility used to remove entries from the pf(4) table
based on their age.
The age in question being the amount of time that has passed since
the statistics for each entry in the target table was last cleared.
WWW: http://expiretable.fnord.se/
PR: ports/91481
Submitted by: cris <cris@gufi.org>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7783b1c66099..6fcb1addb214 100644 --- a/security/Makefile +++ b/security/Makefile @@ -96,6 +96,7 @@ SUBDIR += drweb-qmail SUBDIR += drweb-sendmail SUBDIR += dsniff + SUBDIR += expiretable SUBDIR += f-prot SUBDIR += f-prot-sig SUBDIR += fakebo |