Source-Changes-HG archive

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

[src/trunk]: src/external/mit/xorg/bin/xdm/config merge our changes and their...



details:   https://anonhg.NetBSD.org/src/rev/1e3ec7a897d8
branches:  trunk
changeset: 449419:1e3ec7a897d8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Mar 06 05:08:21 2019 +0000

description:
merge our changes and their changes across the last few xdm releases.

diffstat:

 external/mit/xorg/bin/xdm/config/Xresources.in |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 561888108157 -r 1e3ec7a897d8 external/mit/xorg/bin/xdm/config/Xresources.in
--- a/external/mit/xorg/bin/xdm/config/Xresources.in    Wed Mar 06 04:46:41 2019 +0000
+++ b/external/mit/xorg/bin/xdm/config/Xresources.in    Wed Mar 06 05:08:21 2019 +0000
@@ -15,13 +15,13 @@
 
 xlogin*greeting: Welcome to CLIENTHOST
 xlogin*namePrompt: \040\040\040\040\040\040\040Login:
-xlogin*fail: Login incorrect
+xlogin*fail: Login incorrect or forbidden by policy
 
 XHASHif WIDTH > 800
 xlogin*greetFont: -adobe-helvetica-bold-o-normal-*-18-*-*-*-*-*-iso8859-1
-xlogin*font: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
-xlogin*promptFont: -adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
-xlogin*failFont: -adobe-helvetica-bold-r-normal-*-14-*-*-*-*-*-iso8859-1
+xlogin*font: -adobe-helvetica-medium-o-normal-*-14-*-*-*-*-*-iso8859-1
+xlogin*promptFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
+xlogin*failFont: -adobe-helvetica-medium-r-normal-*-14-*-*-*-*-*-iso8859-1
 xlogin*greetFace:      Serif-24:bold:italic
 xlogin*face:           Helvetica-14
 xlogin*promptFace:     Helvetica-14:bold
@@ -57,6 +57,8 @@
 xlogin*shdColor: black
 xlogin*hiColor: black
 XHASHendif
+#ifdef XPM
+XHASHif PLANES >= 8
 XHASHif 1
 ! XDM has no support for images with alpha channel, so we precomputed a
 ! NetBSD logo with fixed background and use it here. If you change this
@@ -75,8 +77,6 @@
 ! Antialiased borders look ugly this way, but it works with arbitrary
 ! background colours.
 !
-#ifdef XPM
-XHASHif PLANES >= 8
 xlogin*logoFileName: BITMAPDIR/**//XDM_PIXMAP
 xlogin*useShape: true
 XHASHendif



Home | Main Index | Thread Index | Old Index