summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-05 17:48:23 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-05 17:48:23 +0000
commit1c1407feaff6caa8d693d9a9642cc72d687ca090 (patch)
treef9f04c9862af8dbafe6093155fdb532afe5c316e /etc/defaults
parent688e243e64e4deb85f25033338617498f4ea23ed (diff)
downloadFreeBSD-src-1c1407feaff6caa8d693d9a9642cc72d687ca090.zip
FreeBSD-src-1c1407feaff6caa8d693d9a9642cc72d687ca090.tar.gz
The previous commit changed the df(1) units flag from -k to -h, which
produced human-readable output. I like this, but it's certainly not something to change willy-nilly without discussion. Revert to -k. Anyway, the new variable allows folks to pick any units flag that fits their fancy.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/periodic.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf
index b8e8aba..2ad0e50 100644
--- a/etc/defaults/periodic.conf
+++ b/etc/defaults/periodic.conf
@@ -81,7 +81,7 @@ daily_uuclean_enable="YES" # Run uuclean.daily
# 400.status-disks
daily_status_disks_enable="YES" # Check disk status
-daily_status_disks_df_flags="-h -t nonfs" # df(1) flags for check
+daily_status_disks_df_flags="-k -t nonfs" # df(1) flags for check
# 410.status-uucp
daily_status_uucp_enable="YES" # Check uucp status
OpenPOWER on IntegriCloud