diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2018-11-03 18:04:46 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:43 +0200 |
commit | 2bbe76d8b3e9657b78bb43f11b2764a400b8a698 (patch) | |
tree | 2199d126c4bdd808271ba5d3205ed94cd566565e /config | |
parent | 763b3bbc20442aaedc3fdf03ecabb5a5281e0669 (diff) |
Remove the unused 'keyFile' resource.
It is not used anymore in xenodm (was used to specify the secret keys
for the XDM-AUTHORIZATION-1 authentication protocol in xdm with
xdmcp).
ok kn@
Diffstat (limited to 'config')
-rw-r--r-- | config/xenodm-config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/xenodm-config.in b/config/xenodm-config.in index 5c5e354..9cf647c 100644 --- a/config/xenodm-config.in +++ b/config/xenodm-config.in @@ -1,8 +1,7 @@ -! $OpenBSD: xenodm-config.in,v 1.4 2017/09/05 17:48:07 deraadt Exp $ +! $OpenBSD: xenodm-config.in,v 1.5 2018/11/03 18:04:45 matthieu Exp $ ! DisplayManager.authDir: @XENODMXAUTHDIR@ DisplayManager.errorLogFile: @XENODMLOGDIR@/xenodm.log -DisplayManager.keyFile: @XENODMCONFIGDIR@/xenodm-keys DisplayManager.servers: @XENODMCONFIGDIR@/Xservers DisplayManager*resources: @XENODMCONFIGDIR@/Xresources ! All displays should use authorization, but we cannot be sure |