Document argument_cmd override pitfall as discussed in https://reviews.freebsd.org/D30330
Suggested commit message:
commit a00b20aae5db0d79e26e6926c6de5b5c13a580fd (HEAD -> main) Author: Adam Wolk <a.wolk@fudosecurity.com> Date: Tue May 18 17:06:38 2021 +0200 rc.subr.8: document argument_cmd override pitfalls Overriding argument_cmd may lead to some functionality silently not being triggered. This includes _oomprotect, _nice and several other mechanisms. One example of a port that overrides start_cmd is PostgreSQL. This port is also a natural target for _oomprotect="ALL" which would turn into a no-op and being surprising for users. Sponsored by: Fudo Security