expiretable-0.4, removes entries from pf tables based on their age

from johan fredin
This commit is contained in:
jolan 2005-09-15 16:13:24 +00:00
parent 80212d50fa
commit 5df7307b7a
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2005/09/15 16:13:24 jolan Exp $
COMMENT= "removes entries from pf tables based on their age"
DISTNAME= expiretable-0.4
CATEGORIES= sysutils
HOMEPAGE= http://expiretable.fnord.se/
MAINTAINER= Johan Fredin <griffin@legonet.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (expiretable-0.4.tar.gz) = 85069036f09c1ce45b9f074772a87fe2
RMD160 (expiretable-0.4.tar.gz) = 3ec6d25b9b27765203270c8a096b7e8af5507fe8
SHA1 (expiretable-0.4.tar.gz) = e44e7fdae7c5fc351c54d16488b31e9df828b06a
SIZE (expiretable-0.4.tar.gz) = 4376

View File

@ -0,0 +1,4 @@
Expiretable is a utility used to remove entries from a pf 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 were last
cleared.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/09/15 16:13:24 jolan Exp $
@man man/man1/expiretable.1
sbin/expiretable