cec3d05bda
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.
10 lines
226 B
Plaintext
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
|