aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/Canna/pkg-message
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>2004-02-16 14:37:22 +0800
committermax <max@FreeBSD.org>2004-02-16 14:37:22 +0800
commit415173eb854b69af4db3e21ec4334fda049fb5f8 (patch)
tree46bcf11d773434fba7661576006ae3ba0228557e /japanese/Canna/pkg-message
parent58ffc7c23389de5727aced4a96710228e5c2ecac (diff)
downloadfreebsd-ports-graphics-415173eb854b69af4db3e21ec4334fda049fb5f8.tar.gz
freebsd-ports-graphics-415173eb854b69af4db3e21ec4334fda049fb5f8.tar.zst
freebsd-ports-graphics-415173eb854b69af4db3e21ec4334fda049fb5f8.zip
RcNG'ize the startup script (and bump the port revision).
Submitted by: ume
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 a5d66bc6769..3a82ac1502e 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"