aboutsummaryrefslogtreecommitdiff
path: root/japanese/Canna/pkg-message
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>2004-02-16 06:37:22 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>2004-02-16 06:37:22 +0000
commitd1c4fdec2fac2204018ffeb7981d62d3f14f7ea0 (patch)
treec3172c5f92044f888e72d2cec028ac91c36d50eb /japanese/Canna/pkg-message
parent2a96f151b3c72b039d097aa2ee7b03da506e98e2 (diff)
downloadports-d1c4fdec2fac2204018ffeb7981d62d3f14f7ea0.tar.gz
ports-d1c4fdec2fac2204018ffeb7981d62d3f14f7ea0.zip
Notes
Diffstat (limited to 'japanese/Canna/pkg-message')
-rw-r--r--japanese/Canna/pkg-message13
1 files changed, 10 insertions, 3 deletions
diff --git a/japanese/Canna/pkg-message b/japanese/Canna/pkg-message
index a5d66bc6769f..3a82ac1502ea 100644
--- a/japanese/Canna/pkg-message
+++ b/japanese/Canna/pkg-message
@@ -1,6 +1,13 @@
Now the cannaserver uses a UNIX domain scoekt by default. If you need
-to use a TCP connection, please edit your startup script
-(e.g. /usr/local/etc/rc.d/canna.sh) and add the -inet command-line
-option to the cannaserver execution.
+to use a TCP connection, please edit your /etc/rc.conf (or alike) nad
+add -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"