Commit graph

12 commits

Author SHA1 Message Date
Doug Barton
0175383f0a 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.
2009-07-15 16:56:10 +00:00
Dirk Meyer
6eed0c050e - use RCNG script 2009-03-28 15:32:57 +00:00
Dirk Meyer
66990815ac - use milter framework 2007-01-13 04:16:24 +00:00
Dirk Meyer
27c7aa7e8a - take maintainership 2006-11-09 12:43:27 +00:00
Pav Lucistnik
145be4426a - Add SHA256 2005-11-25 15:31:02 +00:00
Volker Stolz
5969e4d388 Use PLIST_FILES & SUB_FILES 2005-04-26 08:20:57 +00:00
Trevor Johnson
e51001196d Add size data. 2004-03-26 02:16:08 +00:00
Trevor Johnson
0030c5a93e E-mail to the maintainer bounced with:
451 codeheadsystems.com: Name server timeout
	Message could not be delivered for 5 days
2004-03-26 00:56:15 +00:00
Kris Kennaway
b3ad513018 Respect PTHREAD_{CFLAGS,LIBS} and bump PORTREVISION. 2004-02-16 02:32:34 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Dirk Meyer
77aa2be346 - Fix more linebreaks 2003-04-07 19:14:05 +00:00
Dirk Meyer
47051d970c This is a simple sendmail milter which adds an X-RBL-Warning header to
any emails that are received that come from an open relay as
determined by your choice of RBL checking service (i.e. bl.spamcop.net).

This is useful if you'd rather have the mail user agent (MUA) deal with
potential spam rather than just blocking it in case you loose
legitimate messages.  Note that the X-RBL-Warning header is only set if
the site was found to be an open-relay.

For more information, see the rbl-milter website at:
  WWW: http://opensource.confusticate.com/rbl-milter/
RBL-Milter was created by Jeremy Beker <gothmog@confusticate.com> and
the port is maintained by Ned Wolpert <wolpert@codeheadsystems.com>

PR:		45605
Submitted by:	wolpert@codeheadsystems.com
2003-04-07 19:09:33 +00:00