Add files from parent branch HEAD:
[pkgsrc.git] / inputmethod / canna-server / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.4 2005/09/28 14:15:49 rillig Exp $
3
4 If you want Canna server to boot automatically,
5
6         1) Copy ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/canna to /etc/rc.d/.
7         2) Add the following line to /etc/rc.conf.
8
9                 canna=YES       canna_flags="-u ${CANNA_USER}"
10
11 canna_flags="-u ${CANNA_USER}" is not required, but recommended.  Note
12 that our Canna package no longer uses setuid(2) to make the server run
13 as user "${CANNA_USER}", owing to the implementation of "-u" option (3.6
14 and above).  See cannaserver(1M).
15
16 Also note that by default cannaserver(1M) no longer allows connections
17 through tcp port 5680.  You need to explicitly specify the port by the
18 "-inet" option.
19
20 ===========================================================================