Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33228 - /etc/init.d/zope-* generates error message
Summary: /etc/init.d/zope-* generates error message
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: net-zope (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-11 07:24 UTC by Jean Jordaan
Modified: 2003-11-15 03:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean Jordaan 2003-11-11 07:24:15 UTC
root@nuweouperse zope-2.6.2 # /etc/init.d/zope-2_6_2 status
 * status:  stopped
 * --> Zope is dead.
/sbin/runscript.sh: line 117: return: !: numeric argument required


Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
There shouldn't be a complaint from runscript.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2003-11-15 03:22:31 UTC
thx, i fixed the init script:

-return ! is_zope_dead
+return ${?}