equal
deleted
inserted
replaced
7 # |
7 # |
8 # Edit a copy of this file and run your server like this: |
8 # Edit a copy of this file and run your server like this: |
9 # |
9 # |
10 # xfs -config /foo/bar/fontserver/config |
10 # xfs -config /foo/bar/fontserver/config |
11 # |
11 # |
12 # Then test it as follows: |
|
13 # |
12 # |
14 # fsinfo -server localhost:7200 |
13 # Then test it by any of the these commands (replace foo by your |
15 # fslsfonts -server localhost:7200 |
14 # host name): |
16 # |
15 # |
17 |
16 # fsinfo -server foo:7200 |
|
17 # fslsfonts -server foo:7200 |
|
18 # xset fp+ tcp/foo:7200 |
|
19 # |
18 |
20 |
19 # the standard port is 7100, this might be already in use |
21 # the standard port is 7100, this might be already in use |
20 #port = 7100 |
22 #port = 7100 |
21 port = 7200 |
23 port = 7200 |
22 |
24 |