aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-05-16 22:18:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-05-16 22:18:26 +0000
commit57df676112741a4d6867410d077df9c5cc0e463b (patch)
treec7182fd6e23adb04573e37c91020acba4c62bc5b /x11/gdm/files
parent3255890540be63ecd6b56d28ec74652048b8e040 (diff)
downloadports-57df676112741a4d6867410d077df9c5cc0e463b.tar.gz
ports-57df676112741a4d6867410d077df9c5cc0e463b.zip
Notes
Diffstat (limited to 'x11/gdm/files')
-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>