Bug 441256 - initscript does not report jserver status correctly
Summary: initscript does not report jserver status correctly
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: FreeWnn
Version: 4.7
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Jens Petersen
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-04-07 12:52 UTC by Petr Šplíchal
Modified: 2016-06-01 01:36 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-09 05:13:08 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Šplíchal 2008-04-07 12:52:05 UTC
Description of problem:
FreeWnn initscript doesn't report jserver status correctly.

Version-Release number of selected component (if applicable):
FreeWnn-1.10pl020-6.el4.x86_64

How reproducible:
Always

Steps to Reproduce:
# /etc/init.d/FreeWnn status
jserver (pid 17944) is running...
# echo $?
0

# /etc/init.d/FreeWnn stop
Shutting down FreeWnn:                                     [  OK  ]
# /etc/init.d/FreeWnn status
jserver is stopped
# echo $?
0

  
Actual results:
returns 0 in both cases

Expected results:
correct code according to guidelines:
http://intranet.corp.redhat.com/ic/intranet/InitscriptsSpec.html
http://intranet.corp.redhat.com/ic/intranet/InitscriptGuidelines.html

Comment 1 Jens Petersen 2009-02-09 05:13:08 UTC
Deferring this since it looks unlikely ever to get fixed unless there is a need for a package update.


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