summaryrefslogtreecommitdiff
path: root/net/haproxy/files/haproxy.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Add 'softreload' command for seamless haproxy reload (-x option).Dmitry Sivachenko2018-08-241-1/+9
| | | | | PR: 230305 Submitted by: Frank Wall <fw@moov.de>
* Add hardstop/hardreload commands to rc script (to stop/reload haproxy withoutDmitry Sivachenko2017-08-161-9/+17
| | | | | | | waiting for existing connections to close). PR: 221402 Submitted by: Frank Wall <fw@moov.de>
* Ouch, I deleted the wrong file :(Dmitry Sivachenko2015-03-121-0/+117
|
* GC this message, it contains nothing useful.Dmitry Sivachenko2015-03-121-117/+0
|
* Fix stop action to stop correctly multi-process haproxy instance.Dmitry Sivachenko2015-02-091-0/+14
| | | | | PR: 197024 Submitted by: ard_1@mail.ru
* Add support for profiles (to start several haproxy instances each with it's ownDmitry Sivachenko2014-11-271-34/+53
| | | | config).
* Do not search for process by name;Dmitry Sivachenko2014-10-031-6/+6
| | | | | | | | rather use all pids stored in pidfile, in multi-process mode haoroxy writes all pids there. PR: 192430 Submitted by: renchap@cocoa-x.com
* If running with nbproc > 1, haproxy spawns several processes and writes theirDmitry Sivachenko2013-10-041-4/+5
| | | | | | | | | | | pids to $pidfile (one pid per line). Our check_pidfile() from rc.subr will get only first pid and use it for stop/status/etc which is incorrect. Do not use pidfile for that, rather use $procname to get the list of running haproxy processes. [If you know how to do the same with pidfile, please tell me.]
* Remove superfluous setting of rc_flags, and remove singleChris Rees2012-10-141-30/+12
| | | | | | | | | | | commands from functions Use standard message in _reload when not running Several microoptimisations and style fixes Approved by: demon (maintainer) Feature safe: yes
* Use 'configtest' command to test config file to be consistent with apache,Dmitry Sivachenko2012-10-121-4/+4
| | | | | | nagios and others. Do not invent yet another wheel. Feature safe: yes
* Add $FreeBSD$;Dmitry Sivachenko2012-06-051-5/+6
| | | | | | | Add LOGIN to REQUIRE; replace echo + return with err. Suggested by: dougb
* - Add return codes to rc.d scriptAlex Kozlov2012-06-051-1/+2
| | | | | | PR: ports/168449 Submitted by: Boris Kochergin <spawk@acm.poly.edu> Approved by: demon (maintainer), eadler, itetcu (mentors, implicit)
* 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#
* - Update to 1.4.1Wen Heping2010-03-161-0/+99
- Pass maintainer to submitter PR: ports/144331 Submitted by: Ross West <freebsd@linepoint.com> (new maintainer)