Bug 59123

Summary: INN startup script returns wrong exit code on status query
Product: [Retired] Red Hat Linux Reporter: tilmanmg <tmg>
Component: innAssignee: Florian La Roche <laroche>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-31 11:44:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description tilmanmg 2002-01-31 11:44:15 UTC
Description of Problem:

inn'' start script /etc/init.d/inn returns the wrong exit code
on status query.



Additional Information:

Patch:

--- innd.orig   Thu Jan 24 11:21:35 2002
+++ innd        Thu Jan 24 11:20:50 2002
@@ -90,6 +90,7 @@
        ;;
   status)
        status innd
+       RETVAL=$?
        ;;
   reload)
        #XXX fixme, not working

Comment 1 Florian La Roche 2002-01-31 11:56:21 UTC
Fixed in 2.3.2-9.

Greetings to you and news.saar.de,

Florian La Roche