Package: zope2.7 Version: 2.7.4-0-0 Severity: wishlist The patch below starts the ZEO daemon for each instance that supports it, in addition to the Zope daemon. Please consider including it.
Thanks,
--- /tmp/zope2.7 Thu Feb 3 20:31:42 2005
+++ /etc/init.d/zope2.7 Thu Feb 3 20:51:28 2005
@@ -40,8 +40,18 @@
start|stop|restart|force-reload)
echo Zope ${1}ing all instances....
for i in $INSTANCES ; do
+ zeo=0
+ if [ -x $i/bin/zeoctl ] ; then
+ zeo=1
+ echo -n "'"$i"' (ZEO) ... "
+ $i/bin/zeoctl "$1"
+ fi
if [ -x $i/bin/zopectl ] ; then
- echo -n "'"$i"' ... "
+ if [ $zeo -eq 1 ] ; then
+ echo -n "'"$i"' (Zope) ... "
+ else
+ echo -n "'"$i"' ... "
+ fi
$i/bin/zopectl "$1"
else
echo "'"$i"' is an old/purged instance, not ${1}ed"
--
.''`. martin f. krafft <[EMAIL PROTECTED]>
: :' : proud Debian developer, admin, user, and author
`. `'`
`- Debian - when you have better things to do than fixing a system
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
signature.asc
Description: Digital signature

