Artifact 278111ca841a066ec1ad8a7069ca76f63470bae76071f9fe77141426b030b69b:
- File sysctl.init — part of check-in [5062c9b6fc] at 2019-10-19 22:52:48 on branch trunk — add more services and init targets add daemonizer (user: arcade, size: 175) [annotate] [blame] [check-ins using]
# 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