From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 30 16:31:45 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01CAB37B401 for ; Wed, 30 Jul 2003 16:31:45 -0700 (PDT) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38F6E43F3F for ; Wed, 30 Jul 2003 16:31:42 -0700 (PDT) (envelope-from kientzle@acm.org) Received: from acm.org (ugly.x.kientzle.com [66.166.149.53]) by kientzle.com (8.12.9/8.12.9) with ESMTP id h6UNVXsE059446; Wed, 30 Jul 2003 16:31:33 -0700 (PDT) (envelope-from kientzle@acm.org) Message-ID: <3F285560.2090607@acm.org> Date: Wed, 30 Jul 2003 16:31:44 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.1) Gecko/20021005 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Murray Taylor References: <20030730224505.GD531@zi025.glhnet.mhn.de> <1059607242.64020.5.camel@mjtdev1.dand06.au.bytecraft.au.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org cc: Heiner Subject: Re: getfsent(3) and spaces in fstab X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 23:31:45 -0000 >>Do file system names and mount points with whitespaces violate the >>specification of fstab? If so, the least thing I'd suggest is the document >>this restriction. >> >>Or should one extend 'getfsent' such that is able to cope with those >>whitespaces? I am not sure whether this would have any further >>implications so I am asking here. Formal standards tend to avoid "system administration" issues such as this. I doubt you would be violating any published standard. I say go for it. If something else breaks because of this change, let's fix that, too. I like the fact that FreeBSD works pretty well with other systems; lets keep pushing that. Tim Kientzle