Bug 59123 - INN startup script returns wrong exit code on status query
Summary: INN startup script returns wrong exit code on status query
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: inn
Version: 7.2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Florian La Roche
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-01-31 11:44 UTC by tilmanmg
Modified: 2007-04-18 16:39 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-01-31 11:44:20 UTC
Embargoed:


Attachments (Terms of Use)

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



Note You need to log in before you can comment on or make changes to this bug.