Commit graph

6 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Olli Hauer
c5284f2b4e - remove MD5 2011-07-03 13:53:52 +00:00
Doug Barton
29813d5397 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
2011-05-15 02:49:17 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Edwin Groothuis
e31bdc75c6 Update to verison 1.1.b1
Submitted by: 	netherby on #bugs
2010-02-06 07:49:05 +00:00
Edwin Groothuis
8b1e2ef0ab 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/
2009-11-10 10:12:23 +00:00