Commit graph

13 commits

Author SHA1 Message Date
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
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
Xin LI
da0ebabc46 Make it possible to specify socket location and permissions for the milter.
Approved by:	maintainer
PR:		ports/157674
2011-06-09 00:27:43 +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
Martin Wilke
19809e1b37 - Update WWW
PR:		141207
Submitted by:	maintainer
2009-12-12 15:03:52 +00:00
Martin Wilke
488b9776da Minor port improvements:
- Requires rebuild sendmail port or use WITH_SENDMAIL_STATIC_MILTER when
    sendmail from ports is used and ${LOCALBASE}/lib/libmilter.so.X is
    not present. See also http://www.freebsd.org/cgi/query-pr.cgi?pr=140080
- Handle WITH_DEBUG properly.
- Notice website in pkg-messages.

PR:		140084
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2009-11-21 16:17:05 +00:00
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
Martin Wilke
d24dd7a392 - Update to 1.4.0
PR:		131945
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2009-02-27 12:45:09 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Renato Botelho
c2f00d740e - Update to 1.1.1
PR:		ports/93453
Submitted by:	maintainer
2006-02-17 16:38:48 +00:00
Tim Bishop
e2261b7ffc - Update to 1.0.4
- Properly use pidfile variable in rc.d script

PR:		91770
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2006-01-14 11:39:52 +00:00
Pav Lucistnik
43ab75bb49 - Update to 1.0.3
- Fix rc script

PR:		ports/89198
Submitted by:	Petr Rehor <prehor@gmail.com> (maintainer)
2005-11-17 20:14:49 +00:00
Sam Lawrance
c22dc04501 Add amavisd-milter 1.0.2, milter for amavisd-new.
PR:		ports/82427
Submitted by:	Petr Rehor <prehor@gmail.com>
2005-11-13 16:28:47 +00:00