• remove the ip-up script from openntpd: use rdate for that
restarting an ntp dæmon is exceptionally stupid, because
it needs a very long time to stabilise afterwards again
• change the default config logic for a few packages from
| foo="NO" # foo
| foo_flags="-foo -bar" # foo_flags
to
| foo_flags="NO" # e.g. "-foo -bar"
which is *much* more BSD-rc.conf-like: services which
take flags are disabled by setting these to "NO", and
almost no services still use their name as variable,
since almost all services take flags
• bump dashvers of affected packages