Subject: CVS commit: src/bin/df
To: None <source-changes@NetBSD.org>
From: Perry E. Metzger <perry@netbsd.org>
List: source-changes
Date: 12/07/2003 22:42:36
Module Name:	src
Committed By:	perry
Date:		Sun Dec  7 22:42:36 UTC 2003

Modified Files:
	src/bin/df: df.c

Log Message:
Some file systems, like FAT, have no inodes in the ffs sense and don't
run out of inodes. df -i was saying, however, that such file systems
had 100% of their inodes in use, which would do things like trigger
alarms in scripts looking for file systems that have run out.

Instead, say 0% are in use, which although not strictly true is at
least less wrong, fixes scripts and is less worrying in nightly reports.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 src/bin/df/df.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.