summaryrefslogtreecommitdiff
path: root/inputmethod/canna-server-bin/MESSAGE
blob: f1a3705d90a1afa80c319e90bceab7f6c89dd171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
===========================================================================
$NetBSD: MESSAGE,v 1.1 2003/06/09 09:36:35 uebayasi Exp $

If you want Canna server to boot automatically, 

	1) Copy ${PREFIX}/etc/rc.d/canna to /etc/rc.d/.
	2) Add the following line to /etc/rc.conf.

		canna=YES	canna_flags="-u daemon"

canna_flags="-u daemon" is not required, but recommended.  Note that our
Canna package no longer uses setuid(2) to make the server run as user
"daemon", owing to the implementation of "-u" option (3.6 and above).  See
cannaserver(1M).

Also note that by default cannaserver(1M) no longer allows connections
through tcp port 5680.  You need to explicitly specify the port by the
"-inet" option.

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