From owner-freebsd-current Mon Oct 2 0:27:20 2000 Delivered-To: freebsd-current@freebsd.org Received: from squishycow.goldenterrace.com.au (squishycow.goldenterrace.com.au [203.41.110.130]) by hub.freebsd.org (Postfix) with ESMTP id 4ADE537B502; Mon, 2 Oct 2000 00:27:09 -0700 (PDT) Received: from roaming.cacheboy.net (unknown [203.41.110.145]) by squishycow.goldenterrace.com.au (Postfix) with ESMTP id A5AA419D17; Mon, 2 Oct 2000 18:27:05 +1100 (EST) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.0/8.11.0) id e927R1801409; Mon, 2 Oct 2000 09:27:01 +0200 (CEST) (envelope-from adrian) Date: Mon, 2 Oct 2000 09:26:59 +0200 From: Adrian Chadd To: freebsd-fs@freebsd.org Cc: freebsd-current@freebsd.org Subject: fsck wrappers, commit candidate Message-ID: <20001002092659.A1395@roaming.cacheboy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Sep 24, 2000, Adrian Chadd wrote: > On Sun, Sep 24, 2000, Kris Kennaway wrote: > > > > The trouble is that some of the FS strings have spaces in their filenames. > > > This might confuse a few people. > > > > How about mapping spaces to '_' characters - I doubt it would cause any > > namespace collisions. > > Yes, as bp mentioned to me before, so I'm thinking about passing the fsname > through a tolower() and a s/ /_/g before using it as a filename. > > Any problems with this? Ok, I've since done this and I've updated the tarball again at http://people.freebsd.org/~adrian/fsck/ . This is the version which I would like to commit, so I'd like some feedback beforehand. Thanks! Adrian -- Adrian Chadd "The main reason Santa is so jolly is because he knows where all the bad girls live." -- Random IRC quote To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message