summaryrefslogtreecommitdiff
path: root/www/zope28/files/instance_message
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-04-20 14:18:32 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-04-20 14:18:32 +0000
commit5ea744a20f62502c7f3f2e5156894bd65d78dfd5 (patch)
tree4fb3bc61bac9e6fba15f7589c2795b4ab24af8b2 /www/zope28/files/instance_message
parentUse the @FreeBSD.org address of the maintainer. (diff)
- Improve instance treatments and its startup scripts.
- Change global products directory location. PR: 65760 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=107721
Diffstat (limited to 'www/zope28/files/instance_message')
-rw-r--r--www/zope28/files/instance_message14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/zope28/files/instance_message b/www/zope28/files/instance_message
new file mode 100644
index 000000000000..2521235227d8
--- /dev/null
+++ b/www/zope28/files/instance_message
@@ -0,0 +1,14 @@
+**********************************************************************
+
+Zope instance successfully installed
+
+If Zope should get started automatically when the system starts,
+please add the following lines to /etc/rc.conf
+
+zope_enable="YES"
+zope_instances="%%ZOPEINSTANCEDIR%%"
+
+If there is already a zope_instances entry please add
+%%ZOPEINSTANCEDIR%% separated by a space.
+
+