diff options
Diffstat (limited to 'inputmethod/canna-server/MESSAGE')
-rw-r--r-- | inputmethod/canna-server/MESSAGE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/inputmethod/canna-server/MESSAGE b/inputmethod/canna-server/MESSAGE new file mode 100644 index 00000000000..131e9f61052 --- /dev/null +++ b/inputmethod/canna-server/MESSAGE @@ -0,0 +1,20 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2003/09/23 15:14:55 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 ${CANNA_USER}" + +canna_flags="-u ${CANNA_USER}" is not required, but recommended. Note that our +Canna package no longer uses setuid(2) to make the server run as user +"${CANNA_USER}", 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. + +=========================================================================== |