blob: 19de8b6f62944651bd71e249b303ae5139f3bead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
{ type: install
message: <<EOM
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_enable="yes"
canna_flags="-u bin -inet"
EOM
}
]
|