aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-05-17 06:18:26 +0800
committermarcus <marcus@FreeBSD.org>2009-05-17 06:18:26 +0800
commit67cb5285781932bc999c75db1929a9b9caf6c2e6 (patch)
tree55e1372f155d2219a4d8799113984485926b7356 /x11
parentfa10011c113a7502eae907b241191d08f54249cb (diff)
downloadfreebsd-ports-gnome-67cb5285781932bc999c75db1929a9b9caf6c2e6.tar.gz
freebsd-ports-gnome-67cb5285781932bc999c75db1929a9b9caf6c2e6.tar.zst
freebsd-ports-gnome-67cb5285781932bc999c75db1929a9b9caf6c2e6.zip
Whoops, add two more hunks to complete XDMCP support.
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c11
-rw-r--r--x11/gdm/files/patch-data_gdm.schemas.in.in11
2 files changed, 21 insertions, 1 deletions
diff --git a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c b/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c
index fead3654c4b8..63fb5db1c176 100644
--- a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c
+++ b/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c
@@ -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)
{
diff --git a/x11/gdm/files/patch-data_gdm.schemas.in.in b/x11/gdm/files/patch-data_gdm.schemas.in.in
new file mode 100644
index 000000000000..f52dd8bd5698
--- /dev/null
+++ b/x11/gdm/files/patch-data_gdm.schemas.in.in
@@ -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>