sysctl.init at [c7728de200]
Logged in as anonymous

File sysctl.init artifact 278111ca84 part of check-in c7728de200


# vim:ft=make:

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