From nobody@FreeBSD.org  Mon Oct 10 07:59:54 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 342A716A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Oct 2005 07:59:54 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 055FD43D49
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Oct 2005 07:59:54 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j9A7xrtl085954
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 10 Oct 2005 07:59:53 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j9A7xrLM085953;
	Mon, 10 Oct 2005 07:59:53 GMT
	(envelope-from nobody)
Message-Id: <200510100759.j9A7xrLM085953@www.freebsd.org>
Date: Mon, 10 Oct 2005 07:59:53 GMT
From: Mike <mspam@ideaway.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: human readable disk free in daily output run
X-Send-Pr-Version: www-2.3

>Number:         87196
>Category:       conf
>Synopsis:       human readable disk free in daily output run
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    matteo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 10 08:00:30 GMT 2005
>Closed-Date:    Fri Feb 12 10:10:49 UTC 2010
>Last-Modified:  Fri Feb 12 10:10:49 UTC 2010
>Originator:     Mike
>Release:        6-beta5
>Organization:
>Environment:
...
>Description:
faily output run emailed to root is human readable, but the defaults for the "df" disk free output do not include the -h "human readable" flag.  trivial patch "corrects" the problem and makes the outptu significantly more useful, especially for newbies.

--- /tmp/old    Mon Oct 10 07:51:16 2005
+++ /etc/defaults/periodic.conf Mon Oct 10 07:51:27 2005
@@ -86,7 +86,7 @@
 
 # 400.status-disks
 daily_status_disks_enable="YES"                                # Check disk status
-daily_status_disks_df_flags="-k -t nonfs"              # df(1) flags for check
+daily_status_disks_df_flags="-k -t nonfs -h"           # df(1) flags for check
 
 # 405.status-ata_raid
 daily_status_ata_raid_enable="NO"                      # Check ATA raid status

>How-To-Repeat:
              
>Fix:
              
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->matteo 
Responsible-Changed-By: matteo 
Responsible-Changed-When: Sun Jan 29 18:39:26 UTC 2006 
Responsible-Changed-Why:  
take this, as I'm interested 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87196 
State-Changed-From-To: open->patched 
State-Changed-By: matteo 
State-Changed-When: Mon Jan 30 12:34:20 UTC 2006 
State-Changed-Why:  
Committed in HEAD, will MFC in 3 days. Thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87196 
State-Changed-From-To: patched->closed 
State-Changed-By: gavin 
State-Changed-When: Fri Feb 12 10:10:07 UTC 2010 
State-Changed-Why:  
This is in HEAD, 8 and 7.  It can't be MFC'd to 6 due to POLA, so close. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87196 
>Unformatted:
