command=foo >/dev/null 2>&1
|
v
command=foo
command_args='>/dev/null 2>&1'
This is clearly what should have been done, for several reasons.
No PORTREVISION bump because the old version simply ignored everything
after the space, and does not seem to have done any harm. However
it's good to clean these up so that similar errors aren't pasted into
a new script where they might actually matter.
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.
handled after load_rc_config per Handbook. For example, if user sets
name_pidfile in rc.conf, it does not correctly pass to name_flags because
when we set name_flags, it uses our default name_pidfile, but not user's.
- Bump PORTREVISION as rc scripts changed.
Approved by: portmgr (pav), Xavier Beaudouin <kiwi at oav.net> (ovs maintainer)
- Install the new born css file into ${PREFIX}/www/mailgraph/. This is
the best solution, which requires minimal efforts after installation. [1]
Discussed on: freebsd-ports@ [1]
from rc script to avoid user confusion. We can not setgid for command
invoked from rc.subr. [1]
- Change rc script to match our guideline in Porter's Handbook
Noticed by: Nicolas Rachinsky <nicolas-2007 at rachinsky.de> [1]
Move net/rrdtool to databases/rrdtool.
It's an itch which needs to be scratched: net/rrdtool came from
net/mrtg, which was a good location for it. net/mrtg has later
been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
Tools", therefor it's better if it moves to databases/rrdtool.
Same with net/rrdtool10.
PR: ports/112942
Submitted by: Edwin Groothuis <edwin@mavetju.org>
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.
- From CHANGES
2004-10-21
----------
* dspam support (Nagilum)
* change CGI to use parameters instead of PATH_INFO, which not all web-servers support
2004-10-04
----------
* Avoid showing "milli-messages/s" on the y scale (R.M. Evers)
* Added --rbl-is-spam flag (David Gibbs)
* Sendmail fixes (David Gibbs)
* amavisd-new <= 20030616 (R.M. Evers)
2004-08-18
----------
* Sendmail fixes (David Gibbs)
* Line intead of area for rejects
PR: ports/73518
Submitted by: Rong-En Fan (maintainer)
Approved by: co-mentor (vanilla)