Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 97781 - 'service apmd restart' succeeds everytime
Summary: 'service apmd restart' succeeds everytime
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: apmd
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks: CambridgeBlocker
TreeView+ depends on / blocked
 
Reported: 2003-06-20 21:48 UTC by Enrico Scholz
Modified: 2015-01-08 00:05 UTC (History)
3 users (show)

Fixed In Version: 3.0.2-20
Clone Of:
Environment:
Last Closed: 2003-10-22 21:10:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2003-06-20 21:48:28 UTC
Description of problem:

The return value of 'service apmd restart' should reflect errors, but:

| # mv /usr/sbin/apmd{,_}    # Create error-condition
| # service apmd restart
| Shutting down APM daemon:                                              [FAILED]
| Starting up APM daemon: execvp: No such file or directory
|                                                                        [FAILED]
| # echo $?
| 0

This is caused by a broken RETVAL=$? assignment in the restart()
function, see https://bugzilla.fedora.us/show_bug.cgi?id=346#c7 for
details.


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

apmd-3.0.2-19

Comment 1 Bill Nottingham 2003-10-22 21:10:27 UTC
fixed in 3.0.2-20


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