Deleted Added
full compact
3c3
< # $FreeBSD: head/etc/periodic/daily/440.status-mailq 107674 2002-12-07 23:37:44Z keramida $
---
> # $FreeBSD: head/etc/periodic/daily/440.status-mailq 155422 2006-02-07 08:21:06Z matteo $
36c36
< [ $rc -gt 1 ] && rc=1
---
> [ $rc -gt 1 ] && rc=1 || rc=0
45c45
< rc=$(case "$daily_status_mailq_shorten" in
---
> rc_submit=$(case "$daily_status_mailq_shorten" in
56c56
< [ $rc -gt 1 ] && rc=1
---
> [ $rc_submit -gt 1 ] && rc=1