Browse Source

Rename the 'faulty' list action to 'failed'; it clearer.

prodded by matthieu@
ok millert@ jung@ sthen@
OPENBSD_6_0
ajacoutot 8 years ago
parent
commit
0560fa2b93
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/daily

+ 2
- 2
src/etc/daily View File

@ -1,5 +1,5 @@
# #
# $OpenBSD: daily,v 1.85 2016/01/28 15:45:34 schwarze Exp $
# $OpenBSD: daily,v 1.86 2016/04/01 08:18:56 ajacoutot Exp $
# From: @(#)daily 8.2 (Berkeley) 1/25/94 # From: @(#)daily 8.2 (Berkeley) 1/25/94
# #
# For local additions, create the file /etc/daily.local. # For local additions, create the file /etc/daily.local.
@ -127,7 +127,7 @@ while [ "X$ROOTBACKUP" = X1 ]; do
done done
next_part "Services that should run but don't:" next_part "Services that should run but don't:"
rcctl ls faulty
rcctl ls failed
next_part "Checking subsystem status:" next_part "Checking subsystem status:"
if [ "X$VERBOSESTATUS" != X0 ]; then if [ "X$VERBOSESTATUS" != X0 ]; then


Loading…
Cancel
Save