]> git.kaiwu.me - haproxy.git/commit
MEDIUM: init: support more command line arguments after pid list
authorWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2015 09:32:32 +0000 (11:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Oct 2015 09:32:32 +0000 (11:32 +0200)
commitc6ca1aa34dd0e3999943c9a8754f447730b7563d
treef532e26cbaf4cd2a3d94ba428fd3b17eb42d4c32
parent0078bfcb437ac4b54cdcaa363e56f7c6dad06ff0
MEDIUM: init: support more command line arguments after pid list

Given that all command line arguments start with a '-' and that
no pid number can start with this character, there's no constraint
to make the pid list the last argument. Let's relax this rule.
src/haproxy.c