sysutils/ezjail: fix jail shutdown by adding default exec_stop
New jails were missing the exec.stop setting, causing ezjail to kill processes instead of running /bin/sh /etc/rc.shutdown. Also fixes fetch(1) invocations to use -o - for stdout output. PR: [[ https://bugs.freebsd.org/245167 | 245167 ]] Approved by: erdgeist (maintainer, upstream)