mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
- Replace 210->211 where missed previously
PR: ports/133236 Submitted by: Gerhard Schmidt <estartu@augusta.de> (maintainer)
This commit is contained in:
parent
277c3872da
commit
596fc3d8f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231498
@ -5,10 +5,10 @@ Zope instance successfully installed
|
||||
If Zope should get started automatically when the system starts,
|
||||
please add the following lines to /etc/rc.conf
|
||||
|
||||
zope210_enable="YES"
|
||||
zope210_instances="%%ZOPEINSTANCEDIR%%"
|
||||
zope211_enable="YES"
|
||||
zope211_instances="%%ZOPEINSTANCEDIR%%"
|
||||
|
||||
If there is already a zope210_instances entry please add
|
||||
If there is already a zope211_instances entry please add
|
||||
%%ZOPEINSTANCEDIR%% separated by a space.
|
||||
|
||||
Don`t forget to create %%ZOPEINSTANCEDIR%%/etc/zope.conf before
|
||||
|
@ -17,34 +17,23 @@ when the package is deinstalled. You`ll have to delete them yourself.
|
||||
If Zope should get started automatically when the system starts,
|
||||
please add the following lines to /etc/rc.conf
|
||||
|
||||
zope210_enable="YES"
|
||||
zope210_instances="<INSTANCEDIR>"
|
||||
zope211_enable="YES"
|
||||
zope211_instances="<INSTANCEDIR>"
|
||||
|
||||
Additional zope Instances have to be added to zope210_instances
|
||||
Additional zope Instances have to be added to zope211_instances
|
||||
seperated by a space.
|
||||
|
||||
** ZEO Instances ** (Optional)
|
||||
** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet
|
||||
|
||||
If you want to run a ZEO server please create a ZEO instancen by
|
||||
calling %%ZOPEBASEDIR%%/bin/mkzopeinstance.py <ZEODIR>
|
||||
calling %%ZOPEBASEDIR%%/bin/mkzeoinstance.py <ZEODIR>
|
||||
|
||||
To start the ZEO Server at System startup add the following lines to
|
||||
/etc/rc.conf
|
||||
|
||||
zeo210_enable="YES"
|
||||
zeo210_instances="<ZEODIR>"
|
||||
zeo211_enable="YES"
|
||||
zeo211_instances="<ZEODIR>"
|
||||
|
||||
Additional zeo Instances have to be added to zeo210_instances seperated
|
||||
Additional zeo Instances have to be added to zeo211_instances seperated
|
||||
by a space.
|
||||
|
||||
**********************************************************************
|
||||
****** 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
|
||||
|
@ -26,8 +26,8 @@
|
||||
name="zeo211"
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
zeo210ctl () {
|
||||
for instance in $zeo210_instances; do
|
||||
zeo211ctl () {
|
||||
for instance in $zeo211_instances; do
|
||||
if [ -d ${instance} ]; then
|
||||
echo -n " Zeo instance ${instance} -> "
|
||||
${instance}/bin/zeoctl "$1"
|
||||
@ -37,17 +37,17 @@ zeo210ctl () {
|
||||
|
||||
zeo211_start () {
|
||||
echo "Starting Zeo 2.11:"
|
||||
zeo210ctl "start"
|
||||
zeo211ctl "start"
|
||||
}
|
||||
|
||||
zeo211_stop () {
|
||||
echo "Stopping Zeo 2.11:"
|
||||
zeo210ctl "stop"
|
||||
zeo211ctl "stop"
|
||||
}
|
||||
|
||||
zeo211_restart () {
|
||||
echo "Restarting Zeo 2.11:"
|
||||
zeo210ctl "restart"
|
||||
zeo211ctl "restart"
|
||||
}
|
||||
|
||||
start_cmd="zeo211_start"
|
||||
|
@ -5,10 +5,10 @@ ZEO instance successfully installed
|
||||
If Zope should get started automatically when the system starts,
|
||||
please add the following lines to /etc/rc.conf
|
||||
|
||||
zeo210_enable="YES"
|
||||
zeo210_instances="%%ZOPEINSTANCEDIR%%"
|
||||
zeo211_enable="YES"
|
||||
zeo211_instances="%%ZOPEINSTANCEDIR%%"
|
||||
|
||||
If there is already a zeo210_instances entry please add
|
||||
If there is already a zeo211_instances entry please add
|
||||
%%ZOPEINSTANCEDIR%% separated by a space.
|
||||
|
||||
Don`t forget to edit %%ZOPEINSTANCEDIR%%/etc/zeo.conf before starting
|
||||
|
@ -5,10 +5,10 @@ Zope instance successfully installed
|
||||
If Zope should get started automatically when the system starts,
|
||||
please add the following lines to /etc/rc.conf
|
||||
|
||||
zope210_enable="YES"
|
||||
zope210_instances="%%ZOPEINSTANCEDIR%%"
|
||||
zope211_enable="YES"
|
||||
zope211_instances="%%ZOPEINSTANCEDIR%%"
|
||||
|
||||
If there is already a zope210_instances entry please add
|
||||
If there is already a zope211_instances entry please add
|
||||
%%ZOPEINSTANCEDIR%% separated by a space.
|
||||
|
||||
Don`t forget to create %%ZOPEINSTANCEDIR%%/etc/zope.conf before
|
||||
|
@ -17,34 +17,23 @@ when the package is deinstalled. You`ll have to delete them yourself.
|
||||
If Zope should get started automatically when the system starts,
|
||||
please add the following lines to /etc/rc.conf
|
||||
|
||||
zope210_enable="YES"
|
||||
zope210_instances="<INSTANCEDIR>"
|
||||
zope211_enable="YES"
|
||||
zope211_instances="<INSTANCEDIR>"
|
||||
|
||||
Additional zope Instances have to be added to zope210_instances
|
||||
Additional zope Instances have to be added to zope211_instances
|
||||
seperated by a space.
|
||||
|
||||
** ZEO Instances ** (Optional)
|
||||
** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet
|
||||
|
||||
If you want to run a ZEO server please create a ZEO instancen by
|
||||
calling %%ZOPEBASEDIR%%/bin/mkzopeinstance.py <ZEODIR>
|
||||
calling %%ZOPEBASEDIR%%/bin/mkzeoinstance.py <ZEODIR>
|
||||
|
||||
To start the ZEO Server at System startup add the following lines to
|
||||
/etc/rc.conf
|
||||
|
||||
zeo210_enable="YES"
|
||||
zeo210_instances="<ZEODIR>"
|
||||
zeo211_enable="YES"
|
||||
zeo211_instances="<ZEODIR>"
|
||||
|
||||
Additional zeo Instances have to be added to zeo210_instances seperated
|
||||
Additional zeo Instances have to be added to zeo211_instances seperated
|
||||
by a space.
|
||||
|
||||
**********************************************************************
|
||||
****** 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
|
||||
|
@ -26,8 +26,8 @@
|
||||
name="zeo211"
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
zeo210ctl () {
|
||||
for instance in $zeo210_instances; do
|
||||
zeo211ctl () {
|
||||
for instance in $zeo211_instances; do
|
||||
if [ -d ${instance} ]; then
|
||||
echo -n " Zeo instance ${instance} -> "
|
||||
${instance}/bin/zeoctl "$1"
|
||||
@ -37,17 +37,17 @@ zeo210ctl () {
|
||||
|
||||
zeo211_start () {
|
||||
echo "Starting Zeo 2.11:"
|
||||
zeo210ctl "start"
|
||||
zeo211ctl "start"
|
||||
}
|
||||
|
||||
zeo211_stop () {
|
||||
echo "Stopping Zeo 2.11:"
|
||||
zeo210ctl "stop"
|
||||
zeo211ctl "stop"
|
||||
}
|
||||
|
||||
zeo211_restart () {
|
||||
echo "Restarting Zeo 2.11:"
|
||||
zeo210ctl "restart"
|
||||
zeo211ctl "restart"
|
||||
}
|
||||
|
||||
start_cmd="zeo211_start"
|
||||
|
@ -5,10 +5,10 @@ ZEO instance successfully installed
|
||||
If Zope should get started automatically when the system starts,
|
||||
please add the following lines to /etc/rc.conf
|
||||
|
||||
zeo210_enable="YES"
|
||||
zeo210_instances="%%ZOPEINSTANCEDIR%%"
|
||||
zeo211_enable="YES"
|
||||
zeo211_instances="%%ZOPEINSTANCEDIR%%"
|
||||
|
||||
If there is already a zeo210_instances entry please add
|
||||
If there is already a zeo211_instances entry please add
|
||||
%%ZOPEINSTANCEDIR%% separated by a space.
|
||||
|
||||
Don`t forget to edit %%ZOPEINSTANCEDIR%%/etc/zeo.conf before starting
|
||||
|
Loading…
Reference in New Issue
Block a user