[ $rc -ne 0 ] && break
# Add 10 minutes of padding since the check is in seconds.
if [ $(( 86400 \* "${daily_status_security_pkgaudit_expiry:-2}" )) \
-le $(( ${then} - ${now} + 600 )) ]; then
-le $(( ${now} - ${then} + 600 )) ]; then
echo "Fetching a current audit database:"
echo
/usr/local/sbin/pkg audit -F || { \