From bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 12 Feb 2005 03:43:31 +0000 Subject: force no listening on tcp for now #65903 (Portage version: 2.0.51-r15) --- x11-misc/entrance/files/no-listen-tcp.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 x11-misc/entrance/files/no-listen-tcp.patch (limited to 'x11-misc/entrance/files') diff --git a/x11-misc/entrance/files/no-listen-tcp.patch b/x11-misc/entrance/files/no-listen-tcp.patch new file mode 100644 index 000000000000..c26c5c95a1f6 --- /dev/null +++ b/x11-misc/entrance/files/no-listen-tcp.patch @@ -0,0 +1,18 @@ +http://bugs.gentoo.org/show_bug.cgi?id=65903 + +Index: src/daemon/Entranced.h +=================================================================== +RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/Entranced.h,v +retrieving revision 1.7 +diff -u -r1.7 Entranced.h +--- src/daemon/Entranced.h 20 May 2004 04:02:09 -0000 1.7 ++++ src/daemon/Entranced.h 12 Feb 2005 03:37:59 -0000 +@@ -18,7 +18,7 @@ + + #define ENTRANCED_DEBUG 1 + +-#define X_SERVER "/usr/X11R6/bin/X -quiet" ++#define X_SERVER "/usr/X11R6/bin/X -quiet -nolisten tcp" + //#define X_SERVER "/usr/X11R6/bin/Xnest -full" + #define X_DISP ":0" /* only used if DISPLAY variable is NOT set */ + #define ENTRANCE PREFIX "/bin/entrance_wrapper" -- cgit v1.2.3-65-gdbad