Date: Thu, 24 Apr 2003 18:12:35 -0700 (PDT) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck fsck.c Message-ID: <200304250112.h3P1CZ6X032181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2003/04/24 18:12:35 PDT FreeBSD src repository Modified files: sbin/fsck fsck.c Log: Back out previous delta to fix fsck on filesystems without an fstab entry, where we want to take the disklabel filesystem type of "4.2BSD" and use fsck_4.2bsd on those filesystems. Add a comment about why the code is there, now that we know: * XXX This is a kludge to make automatic filesystem type guessing * from the disklabel work for "4.2BSD" filesystems. It does a * very limited subset of transliteration to a normalised form of * filesystem name, and we do not seem to enforce a filesystem * name character set. Revision Changes Path 1.14 +23 -1 src/sbin/fsck/fsck.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304250112.h3P1CZ6X032181>