conf/87196: human readable disk free in daily output run
Mike
mspam at ideaway.net
Mon Oct 10 01:00:31 PDT 2005
>Number: 87196
>Category: conf
>Synopsis: human readable disk free in daily output run
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Mon Oct 10 08:00:30 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
More information about the freebsd-bugs
mailing list