diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 03:43:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 03:43:31 +0000 |
commit | bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183 (patch) | |
tree | 6974f860056e8470d02e9c043e130132a369ea8a /x11-misc/entrance/files | |
parent | Do not build the arpd binary if USE=-berkdb #81660 by Roy Marples. (diff) | |
download | gentoo-2-bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183.tar.gz gentoo-2-bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183.tar.bz2 gentoo-2-bb3f9ef2b1f6c8f873b7ec91b9b03bd991966183.zip |
force no listening on tcp for now #65903
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-misc/entrance/files')
-rw-r--r-- | x11-misc/entrance/files/no-listen-tcp.patch | 18 |
1 files changed, 18 insertions, 0 deletions
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" |