diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2015-04-29 00:10:45 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2015-04-29 00:10:45 +0000 |
commit | c448d83446de8dfddd3d1aecb2d1c4554a784e53 (patch) | |
tree | a64fbf126b7a34d2a2b3aeab63bd6a6230bd02be /etc | |
parent | 56bfcc588c941213380099743aae36f09ec980e8 (diff) |
VERBOSESTATUS or no VERBOSESTATUS, failed or missing dumps are still
worth noting
"go ahead" schwarze@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/daily b/etc/daily index 3d913bb58ad..1158724311a 100644 --- a/etc/daily +++ b/etc/daily @@ -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 # # For local additions, create the file /etc/daily.local. @@ -133,6 +133,8 @@ if [ "X$VERBOSESTATUS" != X0 ]; then df -ikl echo "" dump W +else + dump w | grep -vB1 ^Dump fi # The first two regular expressions handle sendmail, the third postfix. |