diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-01-28 15:45:35 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-01-28 15:45:35 +0000 |
commit | 55d5e5de4206efb7fee55a396f81acb59688a871 (patch) | |
tree | 13c64e24615e3ba41016909ef1d7c5e5e3578f32 /etc | |
parent | 352305caae081f833f87d69b6706ba0bb3541bd0 (diff) |
Run "rcctl ls faulty", which is silent when all services work as expected.
Based on an original idea and a different patch from landry@.
OK jung@ zhuk@ landry@
krw@ agreed to the general idea
Diffstat (limited to 'etc')
-rw-r--r-- | etc/daily | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/daily b/etc/daily index 8ea860df611..48d10c08809 100644 --- a/etc/daily +++ b/etc/daily @@ -1,5 +1,5 @@ # -# $OpenBSD: daily,v 1.84 2015/12/30 22:59:53 rpe Exp $ +# $OpenBSD: daily,v 1.85 2016/01/28 15:45:34 schwarze Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. @@ -126,6 +126,9 @@ while [ "X$ROOTBACKUP" = X1 ]; do break done +next_part "Services that should run but don't:" +rcctl ls faulty + next_part "Checking subsystem status:" if [ "X$VERBOSESTATUS" != X0 ]; then echo "" |