| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
PR: 230305
Submitted by: Frank Wall <fw@moov.de>
|
|
|
|
|
|
|
| |
waiting for existing connections to close).
PR: 221402
Submitted by: Frank Wall <fw@moov.de>
|
| |
|
| |
|
|
|
|
|
| |
PR: 197024
Submitted by: ard_1@mail.ru
|
|
|
|
| |
config).
|
|
|
|
|
|
|
|
| |
rather use all pids stored in pidfile, in multi-process mode haoroxy writes
all pids there.
PR: 192430
Submitted by: renchap@cocoa-x.com
|
|
|
|
|
|
|
|
|
|
|
| |
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.]
|
|
|
|
|
|
|
|
|
|
|
| |
commands from functions
Use standard message in _reload when not running
Several microoptimisations and style fixes
Approved by: demon (maintainer)
Feature safe: yes
|
|
|
|
|
|
| |
nagios and others. Do not invent yet another wheel.
Feature safe: yes
|
|
|
|
|
|
|
| |
Add LOGIN to REQUIRE;
replace echo + return with err.
Suggested by: dougb
|
|
|
|
|
|
| |
PR: ports/168449
Submitted by: Boris Kochergin <spawk@acm.poly.edu>
Approved by: demon (maintainer), eadler, itetcu (mentors, implicit)
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
- Pass maintainer to submitter
PR: ports/144331
Submitted by: Ross West <freebsd@linepoint.com> (new maintainer)
|