aboutsummaryrefslogtreecommitdiff
path: root/textproc/cocoon/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cocoon/pkg-message')
-rw-r--r--textproc/cocoon/pkg-message16
1 files changed, 9 insertions, 7 deletions
diff --git a/textproc/cocoon/pkg-message b/textproc/cocoon/pkg-message
index ee35950fd838..cf783f8360ea 100644
--- a/textproc/cocoon/pkg-message
+++ b/textproc/cocoon/pkg-message
@@ -1,10 +1,12 @@
-Cocoon is now installed in %%APP_HOME%%
+Cocoon is now installed in %%APP_HOME%%.
-You may want to start it by issuing `%%PREFIX%%/etc/rc.d/%%APP_NAME%%.sh start'
-and then point your web browser to the default home page at http://localhost:%%PORT%%/ to read
-the documentation and test the samples.
-
-If you wish to start Cocoon automatically at boot time, add the following line
-to /etc/rc.conf:
+In order to be able to run Cocoon, please add the following line to
+/etc/rc.conf:
%%APP_NAME%%_enable="YES"
+
+If you wish to start cocoon right now, invoke the startup script with
+`%%PREFIX%%/etc/rc.d/%%APP_NAME%%.sh start'
+and point your web browser to the default home page at
+http://localhost:%%PORT%%/ where you may read the documentation and test the
+samples.