mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
Now the cannaserver uses a UNIX domain socket by default. If you need
|
|
to use a TCP connection, please edit your /etc/rc.conf (or alike) and
|
|
add the -inet command-line option to canna_flags, i.e.:
|
|
|
|
canna_flags="-u bin -inet"
|
|
|
|
Also, note that canna startup script now uses the rcNG mechanism, so
|
|
if you'd like to start Canna server on local system, enable it in your
|
|
/etc/rc.conf, i.e.:
|
|
|
|
canna_enable="yes"
|
|
|