Artifact [14b3132f0f]
Logged in as anonymous

Artifact 14b3132f0f855d202fc2761a166ce05ede9840eb87e6eb1d986d1031d1bd454e:


sysctl: kld root
.if exists(/etc/sysctl.conf)
	echo "MRC:$@> Setting sysctl defaults."; \
	awk '$$0~/^[ ]*(#.*)?$$/{next}{print}' < /etc/sysctl.conf | xargs -n1 sysctl
.endif