[Zope] - problem with Apache/stop script?

Roman Milner roman@speeder.com
15 Jan 1999 21:10:20 -0600


	Apache/stop has the following:

# If Principia cranked up, kill it and whack its temporary files.
if [ -f $dot/../var/Main.pid ]; then
  kill `cat $dot/../var/Main.pid`
  rm -f $dot/../var/Main.pid
fi

if [ -r $dot/../var/Main.soc ]; then
  rm -f $dot/../var/Main.soc
fi


	Shouldn't this be using pcgi.pic and pcgi.soc?  I don't have any
Main.pid.

	Thanks,
	^Roman