Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 18931 | Differences between
and this patch

Collapse All | Expand All

(-)xfs (-5 / +6 lines)
Lines 6-14 Link Here
6
6
7
7
# NB By default xfs will only listen on unix sockets, and not tcp
8
# Port for xfs to listen on.  Default is set to "-1", meaning
8
# ports.  If you want it to listen on tcp, remember to comment
9
# it will only listen on unix sockets, and not tcp ports.  If
10
# you however want it to listen on tcp, remember to comment
11
# "nolisten = tcp" in /etc/X11/fs/config.
9
# "nolisten = tcp" in /etc/X11/fs/config.
12
10
13
XFS_PORT="7100"
11
# Port for xfs to listen on.  Default value is 7100.  Uncomment
12
# then line below to change the port xfs listens on.
13
14
#XFS_PORT="7100"
14
15

Return to bug 18931