diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-03-08 17:54:29 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-08-30 20:02:13 +0200 |
commit | 84db1b79e635f385c985be0e8885f55ac71f2e2a (patch) | |
tree | 2c78fc5d641ca1229dd381b0f5dc414e6b87ead9 /man | |
parent | 7678de71d24252316015f35eaeafd16826bf0af5 (diff) |
Remove code writing .Xauthority in /tmp if it cannot write it in ${HOME}.
Discussed with deraadt@ and zhuk@
Diffstat (limited to 'man')
-rw-r--r-- | man/xenodm.man | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/man/xenodm.man b/man/xenodm.man index 3ba85dc..071f600 100644 --- a/man/xenodm.man +++ b/man/xenodm.man @@ -23,7 +23,7 @@ .\" from The Open Group. .\" .\" -.Dd $Mdocdate: August 15 2019 $ +.Dd $Mdocdate: March 8 2021 $ .Dt XENODM 1 .Os __xorgversion__ .Sh NAME @@ -582,18 +582,6 @@ to occur, during which time the new authorization information will be read. The default is .Cm false , which will work for all MIT servers. -.It Ic DisplayManager. Ns Ar DISPLAY Ns Ic .userAuthDir -When -.Nm -is unable to write to the usual user authorization file -.Pq Pa $HOME/.Xauthority , -it creates a unique file name in this directory and points the environment -variable -.Ev XAUTHORITY -at the created file. -It uses -.Pa /tmp -by default. .El .Sh CONFIGURATION FILE First, the |