Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jul 2017 11:23:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 220668] x11/xinit: Incorrectly calculates $displayname used by xauth
Message-ID:  <bug-220668-7141-5zHfenWgHY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-220668-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-220668-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220668

Matthew Rezny <rezny@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(x11@Fr |maintainer-feedback+
                   |eeBSD.org)                  |
             Status|Open                        |In Progress
                 CC|                            |rezny@freebsd.org

--- Comment #8 from Matthew Rezny <rezny@freebsd.org> ---
Duane,

Thank you for pointing out these problems and suggesting fixes. It is not
necessary to create the xserverauthfile with touch; xauth will create it on=
 add
/ generate. The "does not exist" message is an expected informational messa=
ge
from the init function in xauth.

Vladimir,

You are correct on both points. Additionally, the regex needs to be transla=
ted
to a BRE for BSD expr, i.e. '^vt[0-9]\+$' -> 'vt[0-9][0-9]*$'. There is an
upstream commit which corrects the syntax in both regards (removes match and
use of ERE syntax) but neglects the guard parenthesis.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220668-7141-5zHfenWgHY>