summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Manna <nitro@gentoo.org>2002-05-31 00:19:14 +0000
committerKyle Manna <nitro@gentoo.org>2002-05-31 00:19:14 +0000
commit9b961ca93e802b50cfd8f34b9c96e34cffe9833d (patch)
treec8c9bc292cd5d1f7a66d49c3ad0c113910b8b39b /x11-base
parentbump it right this time (diff)
downloadgentoo-2-9b961ca93e802b50cfd8f34b9c96e34cffe9833d.tar.gz
gentoo-2-9b961ca93e802b50cfd8f34b9c96e34cffe9833d.tar.bz2
gentoo-2-9b961ca93e802b50cfd8f34b9c96e34cffe9833d.zip
stop using port = "-1", instead use no-listen = tcp
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xfree/files/4.2.0-r11/xfs.config8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-base/xfree/files/4.2.0-r11/xfs.config b/x11-base/xfree/files/4.2.0-r11/xfs.config
index 8db2737ca71c..d7ec3963a4bd 100644
--- a/x11-base/xfree/files/4.2.0-r11/xfs.config
+++ b/x11-base/xfree/files/4.2.0-r11/xfs.config
@@ -6,8 +6,12 @@
#client-limit = 4
# the port to listen on; -1 means only listen on the local unix domain
-# socket
-port = -1
+# socket, doesn't work however
+#port = -1
+#
+
+# no tcp, use sockets!
+no-listen = tcp
# when a font server reaches its limit, start up a new one
clone-self = on