pkgsrc/inputmethod/canna-server/MESSAGE
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

20 lines
822 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.5 2005/12/05 20:50:23 rillig Exp $
If you want Canna server to boot automatically,
1) Copy ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}/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.
===========================================================================