Artifact b62a1c192e1a99a3892fad334caa78392179e8692ec725b03084e3f3201a7494:
- File swap.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: 133) [annotate] [blame] [check-ins using]
# vim:ft=make: SWAP_ENABLED!=sysctl -n vm.swap_enabled swap: savecore .if ${SWAP_ENABLED} != 0 : Enabling swap. swapon -a .endif