Bug 3176 - apmd update has small init.d script problem
Summary: apmd update has small init.d script problem
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: apmd
Version: 6.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-05-31 10:08 UTC by martin
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-05-31 20:06:27 UTC
Embargoed:


Attachments (Terms of Use)

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.


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