aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftpsesame
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+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.
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-061-7/+1
|
* - Works only on 6.0+sem2006-05-021-2/+2
| | | | Reported by: kris via pointyhat
* - Reword COMMENT to fix my nightly english.sem2006-05-011-1/+1
|
* - Add a startup scriptsem2006-05-012-3/+53
| | | | | - Add MASTER_SITE_LOCAL as a second masete site - Fix IGNORE message to satisfy portlint
* ftpsesame helps the FTP protocol get through your pf firewall.sem2006-05-015-0/+59
It does this by passively analysing FTP control connections and adding rules into a pf anchor when an FTP data connection is about to commence. WWW: http://www.sentia.org/projects/ftpsesame/