Commit graph

11 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
Tilman Keskinoz
a0b2c301db Fix sig_stop in rc.d script
Bump PORTREVISION

PR:		148868
Submitted by:	danger
2010-07-28 15:58:40 +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
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
Felippe de Meirelles Motta
1796200fb0 - Fix typo on startup script.
PR:		ports/124510
Submitted by:	Junichi Matsuyama <QVB00057@nifty.com>
Approved by:	gabor (mentor, implicit), maintainer timeout (>2 weeks)
2008-06-19 07:07:01 +00:00
Wesley Shields
878989f3e3 Add necessary information to RC script.
PR:		ports/121669
Submitted by:	Doug Martin <drearwig@hotmail.com>
Approved by:	garga (mentor), maintainer (timeout)
2008-04-17 01:31:48 +00:00
Pav Lucistnik
e372d60153 - Switch to rc_subr startup script. The app will now run under spamd user by
default

PR:		ports/99794
Submitted by:	Marshal Newrock <marshal@idealso.com>
Approved by:	maintainer timeout (3 months)
2006-10-07 11:47:19 +00:00
Yen-Ming Lee
0b3a0a198c - Allow spampd to change user_directory [1]
- update to 2.30
- mark IGNORE on old perl

PR:		[1] ports/88901
Submitted by:	Rauf Kuliyev <rauf@kuliyev.com>
Approved by:	maintainer
2005-12-09 09:59:42 +00:00
Sergey Matveychuk
c2e74a7ca9 - Update to 2.20
PR:		ports/74540
Submitted by:	maintainer
2004-12-06 13:59:54 +00:00
Joerg Wunsch
89527448a3 Support the changed API of spamassassin 3.0.
Submitted by:	maintainer
2004-11-03 10:43:32 +00:00
Joerg Wunsch
668f777082 Initial import of spampd, an SMPT/LMTP proxy that connects to
spamassassin.  Useful to wire spamassassin into Postfix.

Submitted by:	Christian Schade <christian.schade@interface-systems.de>
2004-04-08 08:00:34 +00:00