Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Begin the process of deprecating sysutils/rc_subr by | dougb | 2010-03-27 | 1 | -1/+1 |
| | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# | ||||
* | Fix a few "bad example" problems in the rc.d scripts that have been | dougb | 2009-07-16 | 1 | -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 older | pav | 2009-01-06 | 1 | -7/+1 |
| | |||||
* | - Works only on 6.0+ | sem | 2006-05-02 | 1 | -2/+2 |
| | | | | Reported by: kris via pointyhat | ||||
* | - Reword COMMENT to fix my nightly english. | sem | 2006-05-01 | 1 | -1/+1 |
| | |||||
* | - Add a startup script | sem | 2006-05-01 | 2 | -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. | sem | 2006-05-01 | 5 | -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/ |