| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.95
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
19 Mar 2011 12:38:54
0.95
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
0.95
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
0.95
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
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. |
05 Jan 2009 19:44:02
0.95
|
pav  |
- Remove conditional checks for FreeBSD 5.x and older |
02 May 2006 06:16:36
0.95
|
sem  |
- Works only on 6.0+
Reported by: kris via pointyhat |
01 May 2006 08:51:51
0.95
|
sem  |
- Reword COMMENT to fix my nightly english. |
01 May 2006 08:05:57
0.95
|
sem  |
- Add a startup script
- Add MASTER_SITE_LOCAL as a second masete site
- Fix IGNORE message to satisfy portlint |
30 Apr 2006 21:47:33
0.95
|
sem  |
ftpsesame helps the FTP protocol get through your pf firewall.
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/ |