| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
1.1.b1
|
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. |
03 Jul 2011 13:53:52
1.1.b1
|
ohauer  |
- remove MD5 |
15 May 2011 02:49:17
1.1.b1
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
27 Mar 2010 00:15:24
1.1.b1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
06 Feb 2010 07:49:05
1.1.b1
|
edwin  |
Update to verison 1.1.b1
Submitted by: netherby on #bugs |
10 Nov 2009 10:12:23
1.0.b1
|
edwin  |
new port: mail/archivestmp
ArchiveSMTP is a mail archiver designed to be run on an SMTP
mail server. It uses rule-based matching to collect and store
mail passing through an MTA to specific locations in mbox format.
The libmilter interface is used and must be supported by the
MTA for ArchiveSMTP to work.
WWW: http://www.dancingfortune.com/projects/archivesmtp/ |