aboutsummaryrefslogtreecommitdiff
path: root/security/expiretable
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-131-5/+2
| | | | Notes: svn path=/head/; revision=372514
* Support stageRenato Botelho2014-03-273-2/+16
| | | | Notes: svn path=/head/; revision=349352
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Make the port work with FreeBSD 9.x and later.Raphael Kubo da Costa2013-06-222-5/+12
| | | | | | | | | | Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x. PR: ports/175527 Submitted by: Cristiano Deana <cris@gufi.org> (maintainer) Notes: svn path=/head/; revision=321592
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Use "@stopdaemon" in pkg-plist.Sergey Skvortsov2009-05-121-1/+1
| | | | | | | | | PR: ports/134062 Submitted by: Alexey V.Degtyarev <alexey xx renatasystems.org> Approved by: maintainer Notes: svn path=/head/; revision=233772
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-061-7/+1
| | | | Notes: svn path=/head/; revision=225335
* - Add rc.d scriptGabor Kovesdan2006-12-273-0/+23
| | | | | | | | | | | - Bump PORTREVISION PR: ports/107208 Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru> Approved by: erwin (mentor) Notes: svn path=/head/; revision=180886
* Mark as not for 4.X and old 5.X (requires pf library).Mark Linimon2006-01-291-1/+7
| | | | | | | | PR: ports/92483 Submitted by: maintainer Notes: svn path=/head/; revision=154700
* Update to 0.6Tilman Keskinoz2006-01-222-4/+4
| | | | | | | | PR: 92120 Submitted by: Cristiano Deana <cris@gufi.org> Notes: svn path=/head/; revision=154167
* New port: security/expiretable Utility used to remove entries from the pf(4) ↵Edwin Groothuis2006-01-084-0/+29
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> Notes: svn path=/head/; revision=153057