swap.init at [67838bd249]
Logged in as anonymous

File swap.init artifact 1f6b4316a8 part of check-in 67838bd249


# vim:ft=make:

swap: savecore
.if ${:!sysctl -n vm.swap_enabled!}} != 0
	: Enabling swap.
	swapon -a
.endif