diff options
author | 2016-04-01 08:20:27 +0000 | |
---|---|---|
committer | 2016-04-01 08:20:27 +0000 | |
commit | 7b1e74d87eb63fccde3406ffe0305a41630a70c7 (patch) | |
tree | 75206c96b72500b422fcc8e2f0f64395f8761483 | |
parent | Rename the 'faulty' list action to 'failed'; it clearer. (diff) | |
download | wireguard-openbsd-7b1e74d87eb63fccde3406ffe0305a41630a70c7.tar.xz wireguard-openbsd-7b1e74d87eb63fccde3406ffe0305a41630a70c7.zip |
Tweak rcctl wording.
from ian@
-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:" |