File sysctl.init artifact 278111ca84 part of check-in 380071b4cc
# 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
# 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