11.2Sjmcneill#	$NetBSD: rc.conf.append,v 1.2 2011/12/04 13:09:07 jmcneill Exp $
21.1Sjym#
31.1Sjym# Arch-specific rc.conf(5) configuration.
41.1Sjym
51.1Sjym# powerd(8) is required under Xen to manage save/restore events.
61.1Sjym#
71.1Sjymif /sbin/sysctl -q machdep.xen; then
81.1Sjym	powerd=YES
91.1Sjymfi
101.2Sjmcneill
111.2Sjmcneill# powerd(8) is recommended if ACPI is enabled to handle PM events.
121.2Sjmcneill#
131.2Sjmcneillif /sbin/sysctl -q hw.acpi.root; then
141.2Sjmcneill	powerd=YES
151.2Sjmcneillfi
16