Bug 3176

Summary: apmd update has small init.d script problem
Product: [Retired] Red Hat Linux Reporter: martin
Component: apmdAssignee: David Lawrence <dkl>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-05-31 20:06:27 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 martin 1999-05-31 10:08:46 UTC
Line 26 of rc.d/init.d/apmd in the newly update package,

        if [ $UTC = true ]; then

causes a problem if UTC is not set (yes, I know, it SHOULD
be set, but older upgraded systems may not comply - like
mine!).

Make it:

        if [ "$UTC" = "true" ]; then

and you don't get the start-up errors that the first one
causes.

Comment 1 Jeff Johnson 1999-05-31 20:06:59 UTC
Fixed in apmd-3.0beta5-10.