summaryrefslogtreecommitdiff
path: root/accessibility/speech-dispatcher/files/pkg-message.in
blob: 85235cfbc54f3b25997537c62392e538218229c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
======================================================================

To start speech-dispatcher daemon locally, instead of using the rc.d
script, you have to export SPEECHD_PORT to a number between 1024 and
65535 (it must be a free port). The following example works on
/bin/sh:

$ export SPEECHD_PORT=1138
$ speech-dispatcher -C %%ETCDIR%% \
> -p $SPEECHD_PORT

======================================================================