freebsd-dev/sbin/fsck
Juli Mallett d8d3a9f345 Strip out bogus difference from when this came from NetBSD: transliterating
upper-case alphabetical characters to lower-case ones, and spaces to dashes.
The person who added this when bringing the code from NetBSD has no idea why
he added it, and nobody on freebsd-fs came up with any cases where the icky
part (the conversion of spaces to underscores) was needed.  The removal of
the upper-case conversion follows an even more obvious logic: it avoids any
sort of namespace issues.  People using StUdLy caps for filesystem names
deserve everything they get.  Otherwise, Efs and efs might be totally different
things, but would use the same fsck.  And we don't want that, right?  That
just provokes the sort of foot-shooting this would prevent.

If you have problems with this, I'll walk you through using sed on your fstab,
cause the only way you could have problems is if you spelled ufs as "UFS".
Most likely, you haven't done that.

MFC after:	1 month
2003-03-03 09:40:32 +00:00
..
fsck.8 english(4) police. 2002-12-27 12:15:40 +00:00
fsck.c Strip out bogus difference from when this came from NetBSD: transliterating 2003-03-03 09:40:32 +00:00
fsutil.c Replace __progname with the functionally identical but more 2002-03-24 15:06:48 +00:00
fsutil.h o __P removed 2002-03-20 22:57:10 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00
pathnames.h Reviewed by: rwatson, bp 2000-10-09 10:23:31 +00:00
preen.c Straighten out a compound if() to improve readability marginally. 2002-12-17 19:33:44 +00:00