Differences From Artifact [278111ca84]:
- 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]
To Artifact [14b3132f0f]:
- File sysctl.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 175) [annotate] [blame] [check-ins using]
|
| < < | | 1 2 3 4 5 | sysctl: kld root .if exists(/etc/sysctl.conf) echo "MRC:$@> Setting sysctl defaults."; \ awk '$$0~/^[ ]*(#.*)?$$/{next}{print}' < /etc/sysctl.conf | xargs -n1 sysctl .endif |