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.
fixed in apmd-3.0beta5-3 and later.