Commit graph

7 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
4c345740f4 - 's|/usr/bin/perl|${PERL}|' (now "command_interpreter" can be used in rc scripts)
- rewrite rc scripts
 - update to version 1.3

PR:		150574
Submitted by:	Erik Steigler <erik _at_ okcupid.com>
Approved by:	Yoshisato YANAGISAWA <yanagisawa _at_ csg.is.titech.ac.jp>
2010-11-27 19:09: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
Dmitry Marakasov
522a708c09 - Update to 1.1
PR:		132183
Submitted by:	Yoshisato YANAGISAWA <yanagisawa at csg dot is dot titech dot ac dot jp> (maintainer)
2009-02-28 13:59:37 +00:00
Rong-En Fan
9fa61f10df - Fix race condition and DoS in rc script.
These fixes are similar to mail/dkfilter, see ports/103344.

PR:		ports/103346
Submitted by:	Yoshisato YANAGISAWA <yanagisawa at csg.is.titech.ac.jp> (maintainer)
2006-09-18 14:15:22 +00:00
Martin Wilke
37d071da1d - rc.d scripts are changed:
- to log all messages at start-up time of a daemon,
  - to show error messages when some error occurs at that time,
  - and to checks $dkfilter_{in,out}_user exist or not.

PR:             ports/101024
Submitted by:   Yoshisato YANAGISAWA <yanagisawa(at)csg.is.titech.ac.jp> (Maintainer)
2006-09-13 12:27:01 +00:00
Rong-En Fan
338e2198a3 Add dkimproxy 0.13, DKIM filter for Postfix.
PR:		ports/100381
Submitted by:	Yoshisato YANAGISAWA
2006-07-27 16:26:39 +00:00