Date: Tue, 13 Aug 2019 15:41:31 -0000 From: Gordon Bergling <gbergling@gmail.com> To: freebsd-hackers@freebsd.org Subject: uname -a default options Message-ID: <F49E4A66-9874-4126-AEEF-5F32FD662668@gmail.com>
next in thread | raw e-mail | index | archive | help
Hello List, "uname -a" is currently mapping the -a option to =E2=80=9E-mnrsv=E2=80=9C,= which results in something similar like $ uname -a FreeBSD lion.0xfce3.net 12.0-STABLE FreeBSD 12.0-STABLE r350835 GENERIC = amd64 What would you think about reducing the option mapping for =E2=80=9E-a=E2=80= =9C to =E2=80=9E-vmn=E2=80=9C , which would result in a less repetitive = version string like the one below. $ uname -vmn lion.0xfce3.net FreeBSD 12.0-STABLE r350835 GENERIC amd64 Adapting this would be trivial, but before I hack something together, I = would like to get some feedback if such a change would be welcomed? Best regards, Gordon -- Gordon Bergling E-Mail: gbergling@googlemail.com Web: http://www.gordons-perspective.com/ Think before you print!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F49E4A66-9874-4126-AEEF-5F32FD662668>