diff options
Diffstat (limited to 'inputmethod/canna-server-bin/MESSAGE')
-rw-r--r-- | inputmethod/canna-server-bin/MESSAGE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/canna-server-bin/MESSAGE b/inputmethod/canna-server-bin/MESSAGE index f1a3705d90a..adeb69fe59f 100644 --- a/inputmethod/canna-server-bin/MESSAGE +++ b/inputmethod/canna-server-bin/MESSAGE @@ -1,16 +1,16 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1 2003/06/09 09:36:35 uebayasi Exp $ +$NetBSD: MESSAGE,v 1.2 2003/07/29 19:53:20 jmmv 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=YES canna_flags="-u ${CANNA_USER}" -canna_flags="-u daemon" is not required, but recommended. Note that our +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 -"daemon", owing to the implementation of "-u" option (3.6 and above). See +"${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 |