From 86608ec24745a69842f890847643fbe3bf61f97a Mon Sep 17 00:00:00 2001 From: brad <> Date: Thu, 12 Dec 2013 22:02:43 +0000 Subject: [PATCH] Have df(1) in the daily output show the inodes used/free. a few developers thought this was a reasonable/good idea. --- src/etc/daily | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/daily b/src/etc/daily index ff27e5c9..ca6cd591 100644 --- a/src/etc/daily +++ b/src/etc/daily @@ -1,5 +1,5 @@ # -# $OpenBSD: daily,v 1.77 2013/11/03 18:28:34 deraadt Exp $ +# $OpenBSD: daily,v 1.78 2013/12/12 22:02:43 brad Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. @@ -146,7 +146,7 @@ next_part "Checking subsystem status:" if [ "X$VERBOSESTATUS" != X0 ]; then echo "" echo "disks:" - df -kl + df -ikl echo "" dump W fi