|
@ -1,5 +1,5 @@ |
|
|
# |
|
|
# |
|
|
# $OpenBSD: daily,v 1.82 2014/11/17 18:19:08 deraadt Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: daily,v 1.83 2015/04/29 00:10:44 halex Exp $ |
|
|
# From: @(#)daily 8.2 (Berkeley) 1/25/94 |
|
|
# From: @(#)daily 8.2 (Berkeley) 1/25/94 |
|
|
# |
|
|
# |
|
|
# For local additions, create the file /etc/daily.local. |
|
|
# For local additions, create the file /etc/daily.local. |
|
@ -133,6 +133,8 @@ if [ "X$VERBOSESTATUS" != X0 ]; then |
|
|
df -ikl |
|
|
df -ikl |
|
|
echo "" |
|
|
echo "" |
|
|
dump W |
|
|
dump W |
|
|
|
|
|
else |
|
|
|
|
|
dump w | grep -vB1 ^Dump |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# The first two regular expressions handle sendmail, the third postfix. |
|
|
# The first two regular expressions handle sendmail, the third postfix. |
|
|