X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=system-status;h=3ccde7c023e1fb06017a24b5a9c3d7a627d4cc6a;hb=c24cd5dbf70ec9639adc5800a742eba698593f23;hp=12e0426c3d0519ff6d8ca2323490736d5c1458da;hpb=fa5deaee2e0182ddfc7b39eea7ee2acedb259ddf;p=distro-setup diff --git a/system-status b/system-status index 12e0426..3ccde7c 100755 --- a/system-status +++ b/system-status @@ -219,16 +219,6 @@ write-status() { fi p $var_mail_msg | loday -1 var_mail - - tmp=(/var/local/cron-errors/mailtest-check*) - if (( ${#tmp[@]} )); then - chars+=(MAILPING) - fi - tmp=(/var/local/cron-errors/mailtest-slow*) - if (( ${#tmp[@]} )); then - chars+=(SPAMD) - fi - # early in install process, we dont have permission yet for exiqgrep. # 1100 helps allow for system restarts qlen=$(/usr/sbin/exiqgrep -o 1100 -c -b | awk '{print $1}') ||: