I'm running an OpenBSD box to handle DNS and a few other things
on my home network. Tracking -current
. To upgrade to the next
snapshot:
# sysupgrade -s
-s
is only needed for the first upgrade from the release branch.
# pkg_add -uiv
If OpenBSD is currently in -beta
add -D snap
to this command.