mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
Revert "Make daily(8) reporting services that are running"
Stop daily(8) mails with false information on rogue services. OK florian@, solene@
This commit is contained in:
parent
d42b6c0a9c
commit
ec5358abcd
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $OpenBSD: daily,v 1.99 2024/05/30 14:29:05 sthen Exp $
|
||||
# $OpenBSD: daily,v 1.100 2024/07/04 05:06:58 bket Exp $
|
||||
# From: @(#)daily 8.2 (Berkeley) 1/25/94
|
||||
#
|
||||
# For local additions, create the file /etc/daily.local.
|
||||
@ -136,9 +136,6 @@ done
|
||||
next_part "Services that should be running but aren't:"
|
||||
rcctl ls failed
|
||||
|
||||
next_part "Services that are running but shouldn't:"
|
||||
rcctl ls rogue
|
||||
|
||||
next_part "Filesystems which need to be dumped:"
|
||||
dump w | grep -vB1 ^Dump
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: daily.8,v 1.30 2024/05/16 11:33:59 solene Exp $
|
||||
.\" $OpenBSD: daily.8,v 1.31 2024/07/04 05:06:58 bket Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: May 16 2024 $
|
||||
.Dd $Mdocdate: July 4 2024 $
|
||||
.Dt DAILY 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -112,7 +112,7 @@ for the mount options, e.g.
|
||||
Checks daemon status.
|
||||
Lists any daemons which are enabled in
|
||||
.Xr rc.conf.local 8
|
||||
but which are not actually running (and vice versa).
|
||||
but which are not actually running.
|
||||
.It
|
||||
Reports on which file systems need to be dumped via
|
||||
.Xr dump 8 .
|
||||
|
Loading…
Reference in New Issue
Block a user