Deleted Added
full compact
3c3
< # $FreeBSD: head/etc/rc.d/apmd 230099 2012-01-14 02:18:41Z dougb $
---
> # $FreeBSD: head/etc/rc.d/apmd 231667 2012-02-14 10:51:24Z dougb $
22,27c22
< # Enable apm if it is not already enabled
< if ! checkyesno apm_enable && \
< ! /etc/rc.d/apm forcestatus 1>/dev/null 2>&1
< then
< force_depend apm || return 1
< fi
---
> force_depend apm || return 1
32c27
< warn "/dev/apmctl not found; kernel is missing apm(4)"
---
> warn "/dev/apmctl not found; kernel is missing apm(4)"
39d33
< return 0