aboutsummaryrefslogtreecommitdiff
path: root/mail/ovs/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix what looks like a copy-paste-o that originated in the same script:Doug Barton2012-08-061-1/+2
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=302142
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Make rc variables can be properly set by users. Default variables should beRong-En Fan2007-12-031-2/+2
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=202881
* - Update to 1.01Rong-En Fan2007-09-091-2/+11
| | | | | | | | PR: ports/116183 Submitted by: Xavier Beaudouin <kiwi at oav.net> (maintainer) Notes: svn path=/head/; revision=199153
* OpenVISP Stats is a very simple mail statistics RRDtool frontend for mailRong-En Fan2007-09-022-0/+52
statistics that produces daily, weekly, monthly and yearly graphs of received/sent, bounces/rejected, spam mails, viruses, ... and pop/imap statistics. WWW: http://openvisp.fr/ PR: ports/115938 Submitted by: Xavier Beaudouin <kiwi at oav.net> Notes: svn path=/head/; revision=198621