diff options
author | 2003-11-15 11:22:21 +0000 | |
---|---|---|
committer | 2003-11-15 11:22:21 +0000 | |
commit | 4a870dd16a22746a169b37f95ba8b0a923026b33 (patch) | |
tree | 9c7742bad76dd0c2e49bd906b54aee639fba0f4a /net-zope/zope/files | |
parent | fixed config search path (diff) | |
download | historical-4a870dd16a22746a169b37f95ba8b0a923026b33.tar.gz historical-4a870dd16a22746a169b37f95ba8b0a923026b33.tar.bz2 historical-4a870dd16a22746a169b37f95ba8b0a923026b33.zip |
fixed init script status() function
Diffstat (limited to 'net-zope/zope/files')
-rw-r--r-- | net-zope/zope/files/2.6.1/zope.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-zope/zope/files/2.6.1/zope.initd b/net-zope/zope/files/2.6.1/zope.initd index cdbde5c807a7..e24dd247be8d 100644 --- a/net-zope/zope/files/2.6.1/zope.initd +++ b/net-zope/zope/files/2.6.1/zope.initd @@ -2,7 +2,7 @@ # Zope rc-script for Gentoo Linux # Copyright 2002-2003 by Jason Shoemaker # Distributed under the terms of the GNU General Public License, v2 or later. -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/files/2.6.1/zope.initd,v 1.1 2003/03/03 23:43:22 kutsuya Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope/files/2.6.1/zope.initd,v 1.2 2003/11/15 11:22:15 lanius Exp $ python= @@ -114,7 +114,7 @@ status() einfo "--> Zope is alive." fi - return ! is_zope_dead + return ${?} } # If Zope is dead, remove PID file and start zope. |