diff options
author | matteo <matteo@FreeBSD.org> | 2006-01-30 19:23:24 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2006-01-30 19:23:24 +0000 |
commit | b21d7a07003060f976ef496976b02484e2a1ad78 (patch) | |
tree | b917005a2617d367f2d80b4f868a357546088ff3 /etc | |
parent | d64048514bcb7f5bf4191adc7de0f41a4caa22d6 (diff) | |
download | FreeBSD-src-b21d7a07003060f976ef496976b02484e2a1ad78.zip FreeBSD-src-b21d7a07003060f976ef496976b02484e2a1ad78.tar.gz |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/periodic.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |