# HG changeset patch # User Franz Glasner # Date 1727781233 -7200 # Node ID e4e7a33c8b7545317fb89cd293d528da6518a4ed # Parent 7cb722530334e7563af99e20c379bac658056872 ftjail: after doing a freebsd-update and etcupdate also call "etcupdate status" to show the status after updating diff -r 7cb722530334 -r e4e7a33c8b75 sbin/ftjail --- a/sbin/ftjail Tue Oct 01 00:20:17 2024 +0200 +++ b/sbin/ftjail Tue Oct 01 13:13:53 2024 +0200 @@ -1419,6 +1419,9 @@ /usr/sbin/etcupdate -D "${_directory}" -t "${_etcupdate_tarball}" fi + echo "Checking status of etcupdate at DESTDIR=${_directory}" + /usr/sbin/etcupdate status -D "${_directory}" || true + if [ "${_opt_keep}" != "yes" ]; then echo "Cleaning up...""" [ -n "${_u_tmpdir}" ] && [ -d "${_u_tmpdir}" ] && rm -rvf "${_u_tmpdir}"