Bug 1500

Summary: minor bug in apmd init script
Product: [Retired] Red Hat Linux Reporter: olafm
Component: apmdAssignee: Preston Brown <pbrown>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2CC: olafm
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-03-19 19:04:07 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 olafm 1999-03-13 17:06:54 UTC
The /etc/rc.d/init.d/apmd script has a minor flaw:

Replace the line:
                daemon /usr/sbin/apmd $APMD_OPTIONS

with:
                daemon /usr/sbin/apmd "$APMD_OPTIONS"

i.e. the APMD_OPTIONS string should be quoted.

Comment 1 Preston Brown 1999-03-19 19:04:59 UTC
fixed in apmd-3.0beta5-3 and later.