commit | dfad6a41ad9f012671b703788dd679cf24eb8c5a | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Apr 18 16:02:47 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Apr 18 22:04:29 2020 +0200 |
tree | dcd18c1f04f20653dce2e801f36e013ff2beb998 | |
parent | d0089302651d36c236b94648dffe019e5626eef9 [diff] |
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.