From b21d7a07003060f976ef496976b02484e2a1ad78 Mon Sep 17 00:00:00 2001 From: matteo Date: Mon, 30 Jan 2006 19:23:24 +0000 Subject: Make df output more consistent: Remove -k now that -h is present use -l instead of -t nonfs to match smbfs too [1] PR: conf/50956 [1] Approved by: philip (mentor) MFC after: 3 days --- etc/defaults/periodic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index dea51bf..ce055d9 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -86,7 +86,7 @@ daily_news_expire_enable="YES" # Run news.expire # 400.status-disks daily_status_disks_enable="YES" # Check disk status -daily_status_disks_df_flags="-k -t nonfs -h" # df(1) flags for check +daily_status_disks_df_flags="-l -h" # df(1) flags for check # 405.status-ata_raid daily_status_ata_raid_enable="NO" # Check ATA raid status -- cgit v1.1