--- apmd.ORIG        2004-11-04 13:08:59.285121848 -0800
+++ apmd        2004-11-04 13:08:47.571902528 -0800
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# chkconfig: 2345 26 74
+# chkconfig: 2345 99 01
 # description: apmd is used for monitoring battery status and logging it via \
 #        syslog(8). It can also be used for shutting down the machine when \
 #        the battery is low.
@@ -8,6 +8,9 @@
 # config: /etc/sysconfig/apmd
 # clock: /etc/sysconfig/clock
 
+# 2004.10.19        wdw modified S & K values to start apmd later so it can
+#                configure at boot time services selected in /etc/sysconfig/apmd
+
 # If APM isn't supported by the kernel, try loading the module...
 [ -e /proc/apm ] || /sbin/modprobe apm &>/dev/null