1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Whoops, add two more hunks to complete XDMCP support.

This commit is contained in:
Joe Marcus Clarke 2009-05-16 22:18:26 +00:00
parent 3255890540
commit 57df676112
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234018
2 changed files with 21 additions and 1 deletions

View File

@ -1,5 +1,5 @@
--- daemon/gdm-xdmcp-display-factory.c.orig 2009-03-16 16:12:08.000000000 -0400
+++ daemon/gdm-xdmcp-display-factory.c 2009-05-11 02:35:37.000000000 -0400
+++ daemon/gdm-xdmcp-display-factory.c 2009-05-16 18:17:26.000000000 -0400
@@ -35,6 +35,7 @@
#include <netdb.h>
#include <arpa/inet.h>
@ -8,6 +8,15 @@
#ifdef HAVE_SYS_SOCKIO_H
#include <sys/sockio.h>
#endif
@@ -76,7 +77,7 @@ int deny_severity = LOG_WARNING;
#define DEFAULT_USE_MULTICAST FALSE
#define DEFAULT_MULTICAST_ADDRESS "ff02::1"
#define DEFAULT_HONOR_INDIRECT TRUE
-#define DEFAULT_MAX_DISPLAYS_PER_HOST 1
+#define DEFAULT_MAX_DISPLAYS_PER_HOST 2
#define DEFAULT_MAX_DISPLAYS 16
#define DEFAULT_MAX_PENDING_DISPLAYS 4
#define DEFAULT_MAX_WAIT 30
@@ -404,6 +405,11 @@ static int
create_socket (struct addrinfo *ai)
{

View File

@ -0,0 +1,11 @@
--- data/gdm.schemas.in.in.orig 2009-05-16 18:17:53.000000000 -0400
+++ data/gdm.schemas.in.in 2009-05-16 18:18:01.000000000 -0400
@@ -77,7 +77,7 @@
<schema>
<key>xdmcp/DisplaysPerHost</key>
<signature>i</signature>
- <default>1</default>
+ <default>2</default>
</schema>
<schema>
<key>xdmcp/Port</key>