NetBSD/etc/etc.amd64/rc.conf.append
jym cec3d05bda Arch-specific rc.conf files are not really autonomous rc.conf
files, they are appended to the end of etc/defaults/rc.conf.

So rename them to rc.conf.append for clarity, as suggested by mrg@. Adapt
Makefile accordingly.
2011-08-22 20:48:38 +00:00

10 lines
226 B
Plaintext

# $NetBSD: rc.conf.append,v 1.1 2011/08/22 20:48:39 jym Exp $
#
# Arch-specific rc.conf(5) configuration.
# powerd(8) is required under Xen to manage save/restore events.
#
if /sbin/sysctl -q machdep.xen; then
powerd=YES
fi