diff options
author | David Coppa <dcoppa@cvs.openbsd.org> | 2017-08-30 07:59:01 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2020-07-14 15:52:38 +0200 |
commit | 1f8e181db8ac69d82cd0ce10e3d122939fe5690d (patch) | |
tree | a616e76f862a7ddb34b086f84df27149124c6389 | |
parent | 7b521912a153e2d37b15b6fa931133f86c47be27 (diff) |
amend comment
-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 |