From 6f541e8266f0eb8e5954baa314201c37794a19ad Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Thu, 28 Jan 2016 15:45:34 +0000 Subject: [PATCH] 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 --- src/etc/daily | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/etc/daily b/src/etc/daily index 8ea860df..48d10c08 100644 --- a/src/etc/daily +++ b/src/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 ""