Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xdm/dist/config Xsession: Use #ifdef to test ...



details:   https://anonhg.NetBSD.org/xsrc/rev/2023662083c0
branches:  trunk
changeset: 6971:2023662083c0
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon May 09 09:00:20 2022 +0000

description:
Xsession: Use #ifdef to test for COLOR in xrdb input.

diffstat:

 external/mit/xdm/dist/config/Xsession.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r d05a8efe641c -r 2023662083c0 external/mit/xdm/dist/config/Xsession.in
--- a/external/mit/xdm/dist/config/Xsession.in  Mon May 09 07:00:15 2022 +0000
+++ b/external/mit/xdm/dist/config/Xsession.in  Mon May 09 09:00:20 2022 +0000
@@ -1,6 +1,6 @@
 XCOMM!SHELL_CMD
 XCOMM
-XHASH $NetBSD: Xsession.in,v 1.13 2022/05/09 07:00:15 nia Exp $
+XHASH $NetBSD: Xsession.in,v 1.14 2022/05/09 09:00:20 uwe Exp $
 
 XCOMM redirect errors to a file in user's home directory if we can
 
@@ -72,7 +72,7 @@
                BINDIR/xrdb -load "$resources"
        else
                BINDIR/xrdb -load - <<EOF
-#if COLOR
+#ifdef COLOR
 *customization: -color
 #endif
 *VT100.foreground: grey90



Home | Main Index | Thread Index | Old Index