Add missing bdep on x11/qt6/qtmultimedia
No idea whether a build dep is enough. Runtime testing left as an
exercise for ${MAINTAINER}.
Spotted in my ongoing riscv64 bulk build and in the last three builds on
exopi.
Document the usage of --daemon in the openvpn rc script
Hardcoding --daemon is necessary so that openvpn goes into the
background by default, whatever the admin sets in openvpn_flags or their
config file. So document how to pass an optional argument to --daemon,
which is mainly useful when you're running multiple instances (eg IPv4
vs IPv6 and/or UDP vs TCP).
Since there's another ambiguity in the cli arguments parsing,
explicitely tell users to use --config before the config file. Setting
only "openvpn_flags=/config/file" in rc.conf.local cannot work because
the file name would be misinterpreted as the optional argument
to --daemon.
Ambiguity pointed out by and argued with kn@ who proposed a different
approach.
"I think that's fine" sthen@
Reword Tuning for busy servers README-server section
The default kernel semmns limits are too low to work with
PostgreSQL 18. Reword the section to reflect that.
OK sthen@