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
commit50ed1ca9e40009ce0ff1b4f7c0e762373f48dca4 (patch)
tree148a82ab729ecb89d452d38b30a16cf13f2c406b /x11-base
parentbump it right this time (diff)
downloadhistorical-50ed1ca9e40009ce0ff1b4f7c0e762373f48dca4.tar.gz
historical-50ed1ca9e40009ce0ff1b4f7c0e762373f48dca4.tar.bz2
historical-50ed1ca9e40009ce0ff1b4f7c0e762373f48dca4.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