diff options
author | Kyle Manna <nitro@gentoo.org> | 2002-05-31 00:19:14 +0000 |
---|---|---|
committer | Kyle Manna <nitro@gentoo.org> | 2002-05-31 00:19:14 +0000 |
commit | 50ed1ca9e40009ce0ff1b4f7c0e762373f48dca4 (patch) | |
tree | 148a82ab729ecb89d452d38b30a16cf13f2c406b /x11-base | |
parent | bump it right this time (diff) | |
download | historical-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.config | 8 |
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 |