summaryrefslogtreecommitdiffstats
path: root/etc/defaults/periodic.conf
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-05 10:47:01 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-05 10:47:01 +0000
commitb896bc0c0513fa1d75c808180485c48463cab2a1 (patch)
tree109bdd74278682fc755ea3c88171dea4a7a12ef2 /etc/defaults/periodic.conf
parent2b34dd0bea19a3b8cb1467986221bc1fe81539c5 (diff)
downloadFreeBSD-src-b896bc0c0513fa1d75c808180485c48463cab2a1.zip
FreeBSD-src-b896bc0c0513fa1d75c808180485c48463cab2a1.tar.gz
Introduce a new option, daily_status_disks_df_flags, which specifies
the command-line arguments to be used for the call to df(1) when daily_status_disks_enable is set to YES. The name of the new variable was chosen by the maintainer of our periodic hierarchy, Brian Somers. PR: 19631
Diffstat (limited to 'etc/defaults/periodic.conf')
-rw-r--r--etc/defaults/periodic.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf
index 3d04a7f..b8e8aba 100644
--- a/etc/defaults/periodic.conf
+++ b/etc/defaults/periodic.conf
@@ -81,6 +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
# 410.status-uucp
daily_status_uucp_enable="YES" # Check uucp status
OpenPOWER on IntegriCloud