From owner-freebsd-current Sun Sep 24 2: 8:44 2000 Delivered-To: freebsd-current@freebsd.org Received: from roaming.cacheboy.net (roaming.cacheboy.net [203.56.168.69]) by hub.freebsd.org (Postfix) with ESMTP id 7228137B424; Sun, 24 Sep 2000 02:08:38 -0700 (PDT) Received: (from adrian@localhost) by roaming.cacheboy.net (8.11.0/8.11.0) id e8O8ukS07598; Sun, 24 Sep 2000 10:56:46 +0200 (CEST) (envelope-from adrian) Date: Sun, 24 Sep 2000 10:56:45 +0200 From: Adrian Chadd To: Kris Kennaway Cc: freebsd-fs@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: Fsck wrappers, revisited Message-ID: <20000924105645.A7573@roaming.cacheboy.net> References: <20001223114150.A38052@roaming.cacheboy.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.4i In-Reply-To: ; from kris@FreeBSD.org on Sun, Sep 24, 2000 at 01:37:41AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? 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