summaryrefslogtreecommitdiffstats
path: root/etc/periodic
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/periodic
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/periodic')
-rwxr-xr-xetc/periodic/daily/400.status-disks2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/periodic/daily/400.status-disks b/etc/periodic/daily/400.status-disks
index 8c82d88..f6147b1 100755
--- a/etc/periodic/daily/400.status-disks
+++ b/etc/periodic/daily/400.status-disks
@@ -16,7 +16,7 @@ case "$daily_status_disks_enable" in
echo ""
echo "Disk status:"
- df -k -t nonfs
+ df $daily_status_disks_df_flags
# display which filesystems need backing up
OpenPOWER on IntegriCloud