diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-04-01 08:20:28 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2016-04-01 08:20:28 +0000 |
commit | 779657a39266e42f6e1b0845a44b3899260dbb4b (patch) | |
tree | 73b2384f84bb00c095663aa562b09c1b6c83acfc /etc/daily | |
parent | 168b3e2e80bd597980ec4f8e738c0313c611c4c6 (diff) |
Tweak rcctl wording.
from ian@
Diffstat (limited to 'etc/daily')
-rw-r--r-- | etc/daily | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/daily b/etc/daily index 3a0eed3f468..9457ba3bf0f 100644 --- a/etc/daily +++ b/etc/daily @@ -1,5 +1,5 @@ # -# $OpenBSD: daily,v 1.86 2016/04/01 08:18:56 ajacoutot Exp $ +# $OpenBSD: daily,v 1.87 2016/04/01 08:20:27 ajacoutot Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. @@ -126,7 +126,7 @@ while [ "X$ROOTBACKUP" = X1 ]; do break done -next_part "Services that should run but don't:" +next_part "Services that should be running but aren't:" rcctl ls failed next_part "Checking subsystem status:" |