]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: command-line option -D must have precedence over "debug"
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 14:04:28 +0000 (16:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Oct 2012 14:04:28 +0000 (16:04 +0200)
commit772f0dd545eb3837e2bc794f4c4863663be3742c
tree65077fc5082022d2f140906e4ad1a927ad72c02c
parent61694ab3738b13ed51705da216462a4b533dd87f
BUG/MEDIUM: command-line option -D must have precedence over "debug"

From the beginning it has been said that -D must always be used on the
command line from startup scripts so that haproxy does not accidentally
stay in foreground when loaded from init script... Except that this has
not been true for a long time now.

The fix is easy and must be backported to 1.4 too which is affected.
src/haproxy.c