xinit: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 10 01:29:56 UTC 2020


 startx.cpp |   13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

New commits:
commit e2430bcb8327682340d985f89ad5137efa2f0d4f
Author: Rickie Schroeder <1187-Gregg16 at users.noreply.gitlab.freedesktop.org>
Date:   Fri Aug 28 13:34:05 2020 +0000

    startx: use uname -n instead of hostname
    
    startx calls hostname to obtain the hostname, but this is not defined by POSIX, so not guaranteed to work. The script already does some checks to deal with different hostname implementations on Linux.
    
    Using uname -n instead fixes this in a portable way.



More information about the xorg-commit mailing list