Attached is a garball that fixes a problem building gdm without XDMCP
support.
Discussion
---------
I contracted the author. The problem turns out to be a typo in
daemon/gdmconfig.c
which I didn't see. [So much for middle-aged eyes... :-)]
--- gdm-2.13.0.1/daemon/gdmconfig.c- 2005-11-25
16:58:41.000000000 -0500
+++ gdm-2.13.0.1/daemon/gdmconfig.c 2005-11-25
16:59:28.000000000 -0500
@@ -951,7 +951,7 @@
*setting = FALSE;
g_free (temp_string);
#ifndef HAVE_LIBXDMCP
- } else if (is_key (key, GDM_KEY_XMDCP)) {
+ } else if (is_key (key, GDM_KEY_XDMCP)) {
if (value) {
gdm_info (_("%s: XDMCP was enabled while there is no
XDMCP support; turning it off"), "gdm_config_parse");
}
-Joseph
--
joseph_sacco [at] comcast [dot] net
Attachment:
gdm.tar.gz
Description: application/compressed-tar