]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: version: Show uname output in display_version()
authorTim Duesterhus <tim@bastelstu.be>
Sat, 18 Apr 2020 14:02:47 +0000 (16:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 18 Apr 2020 20:04:29 +0000 (22:04 +0200)
commitdfad6a41ad9f012671b703788dd679cf24eb8c5a
treedcd18c1f04f20653dce2e801f36e013ff2beb998
parentd0089302651d36c236b94648dffe019e5626eef9
MINOR: version: Show uname output in display_version()

This patch adds the sysname, release, version and machine fields from
the uname results to the version output. It intentionally leaves out the
machine name, because it is usually not useful and users might not want to
expose their machine names for privacy reasons.

May be backported if it is considered useful for debugging.
src/haproxy.c