summaryrefslogtreecommitdiff
path: root/www/zope29/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope29/files/pkg-message.in')
-rw-r--r--www/zope29/files/pkg-message.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/www/zope29/files/pkg-message.in b/www/zope29/files/pkg-message.in
deleted file mode 100644
index 15a2c892b6b9..000000000000
--- a/www/zope29/files/pkg-message.in
+++ /dev/null
@@ -1,37 +0,0 @@
-**********************************************************************
-
-Zope 2.7 Successfull installed.
-
-To create an instance of Zope please run
-make instance
-
-You can set the following Variables in /etc/make.conf
-
-ZOPEINSTANCEBASE Directory where Zope instance should go
- (default: %%ZOPEBASEDIR%%)
-ZOPEINSTANCENAME Default name for a new Zope instance
- (default: none)
-
-If you want have multiple Zope you should run
-make instance INSTANCENAME=<somename>
-
-The Instancefiles created by make instance will not be remove when the
-port is deinstalled. You'll have to delete them yourself.
-
-** ZEO Instances ** (Optional)
-** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet
-
-To create a ZEO instance please run
-make zeo [INSTANCENAME=<somename>]
-
-
-**********************************************************************
-****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION *****
-
-The default installation directory for Zope Products has changed from
-%%ZOPEBASEDIR%%/lib/python/Products
-to %%ZOPEBASEDIR%%/Products.
-
-You might have to add the following lines to your zope.conf
-products %%ZOPEBASEDIR%%/Products
-products $INSTANCE/Products