diff options
-rw-r--r-- | config/xenodm-config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/xenodm-config.in b/config/xenodm-config.in index fe9384f..5d47e08 100644 --- a/config/xenodm-config.in +++ b/config/xenodm-config.in @@ -1,4 +1,4 @@ -! $OpenBSD: xenodm-config.in,v 1.2 2017/08/30 07:48:56 dcoppa Exp $ +! $OpenBSD: xenodm-config.in,v 1.3 2017/08/30 07:59:00 dcoppa Exp $ ! DisplayManager.authDir: @XENODMXAUTHDIR@ DisplayManager.errorLogFile: @XENODMLOGDIR@/xenodm.log @@ -14,7 +14,7 @@ DisplayManager*startup: @XENODMSCRIPTDIR@/Xstartup DisplayManager*session: @XENODMSCRIPTDIR@/Xsession DisplayManager*reset: @XENODMSCRIPTDIR@/Xreset DisplayManager*authComplain: true -! The following three resources set up display :0 as the console. +! The following three resources set up display unix:0 as the console. DisplayManager.unix_0.setup: @XENODMSCRIPTDIR@/Xsetup_0 DisplayManager.unix_0.startup: @XENODMSCRIPTDIR@/GiveConsole DisplayManager.unix_0.reset: @XENODMSCRIPTDIR@/TakeConsole |