On Nov 10, 2004, at 19:08, John Poltorak wrote:
When I originally installed Zope 2.6.2 a startup script was created in /etc/init.d, although I don't recall how it got created. Does v2.7.3 create a new version of this file when running make install? If not, how is it created?
I'm running on Linux Redhat 7.3. I don't remember installing a Zope package previously, although I may be mistaken. Doesn't the install process create the startup script?
The source releases have their own startup scripts, and no, they will not touch system directories like /etc/init.d. Whatever it was that automatically installed something into /etc/init.d was not a source release from zope.org. The startup script (zopectl) that is created by Zope 2.7 can be linked into /etc/init.d and should work fine. jens