summaryrefslogtreecommitdiff
path: root/mail/exilog/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perlJohn Marino2015-01-051-1/+1
| | | | | | | | | | | Several ports had rc.d scripts with hardcoded command_interpreter string as /usr/bin/perl. This symlink is not guaranteed to be in place, and it isn't even an option for perl 5.20. For affected ports, the interpreter was changed to localbase. In one case, the interpreter was correct, but it wasn't surround by quotes. Since the rc.d script would break if a space was contained in ${PREFIX}, quotes were added in that case.
* 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
* - Add IPv6 supportDennis Herrmann2012-02-061-0/+60
| | | | | | | | - Bump PORTREVISION PR: ports/164822 Submitted by: Alex Samorukov <samm@os2.kiev.ua> Approved by: Larry Rosenman <ler@lerctr.org> (maintainer)
* 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.
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Fix rc script installationPav Lucistnik2006-05-191-0/+4
| | | | | | | | - Stop daemon on deinstall - REQUIRE/PROVIDE PR: ports/97327 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer)
* - Fix PostgreSQL supportSergey Matveychuk2006-05-152-0/+11
| | | | | | | | | - Pet portlint - Unquote BROKEN message - Use modern USE_RC_SUBR style PR: ports/97213 Submitted by: maintainer
* - Fix for the exilog.sh rc script to make "status" and "restart" command ↵Vsevolod Stakhov2005-11-031-9/+4
| | | | | | | work correctly PR: 87972 Submitted by: Alex Samorukov <samm@os2.kiev.ua>
* Exilog is very nice utility to parse and visualize logs from multiply eximSergey Matveychuk2005-06-053-0/+48
servers. PR: ports/81899 Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>