On Tue, Oct 19, 2004 at 02:52:30PM -0400, Fred Drake wrote:
On Tue, 19 Oct 2004 18:59:43 +0100, John Poltorak <jp@warpix.org> wrote:
If you run 'zopectl -h' you'll see that '-s' is not an available option - at least not here under zope 2.7.0.
I don't have a convenient copy of 2.7.0 to check, so I'm not sure. Have you tried?
Yes, it says:- Error: option -s not recognized
It's possible that it simply wasn't properly documented in that release. It's also possible it's just not there.
On the head of the 2.7 maintenance branch, the zopectl script is simply a shell script that runs the zdctl.py script directly, so there shouldn't be any problem using -s with more recent versions of 2.7.x. It's up to you whether a more recent version is an option.
I'd be surprised if any 2.7.x version worked differently... If I knew where zdctl was called in zopectl, I would hardcode it in just to see if it worked, but Python isn't my forte.
-Fred
-- Fred L. Drake, Jr. <fdrake at gmail.com> Zope Corporation
-- John