Bug 237784 - Wrong init script
Summary: Wrong init script
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: at
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Marcela Mašláňová
QA Contact:
URL:
Whiteboard:
Depends On: 237782
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-25 13:30 UTC by Michal Marciniszyn
Modified: 2014-02-10 23:01 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-07-09 13:57:45 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michal Marciniszyn 2007-04-25 13:30:39 UTC
+++ This bug was initially created as a clone of Bug #237782 +++

Description of problem:
The script ends with error code 0 even if the daemon is not run. It also does
not correctly invoke the status command. Problem is in following part:
test -x /usr/sbin/atd || exit 0

There are also several errors in return codes.

Version-Release number of selected component (if applicable):
all

How reproducible:
always

Steps to Reproduce:
1. Remove executable permissions from binary
2. service atd start/service atd status
3.
  
Actual results:
exit code 0/exit code 0

Expected results:
non-zero exit code defined in our guidelines/current status of the service

Additional info:
When fixing this bug, please obbey our init script guidelines and be sure that
status command is run correctly.
Our guidelines are on following two pages:
http://intranet.corp.redhat.com/ic/intranet/InitscriptsSpec.html
http://intranet.corp.redhat.com/ic/intranet/InitscriptGuidelines.html

For an example of the script that returns the error codes correctly and always
runs status see:
http://devserv.devel.redhat.com/~mmarcini/amd


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