aboutsummaryrefslogtreecommitdiff
path: root/www/zope211/files/pkg-message.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /www/zope211/files/pkg-message.in
parent07bcc4091010f79f8d929d6ce22e51c7e3743b3f (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes: svn path=/head/; revision=207820 svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'www/zope211/files/pkg-message.in')
-rw-r--r--www/zope211/files/pkg-message.in37
1 files changed, 0 insertions, 37 deletions
diff --git a/www/zope211/files/pkg-message.in b/www/zope211/files/pkg-message.in
deleted file mode 100644
index 656c606114b6..000000000000
--- a/www/zope211/files/pkg-message.in
+++ /dev/null
@@ -1,37 +0,0 @@
-**********************************************************************
-
-Zope 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