From owner-freebsd-standards@FreeBSD.ORG Sat Feb 12 22:45:42 2011 Return-Path: Delivered-To: freebsd-standards@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E975F106564A for ; Sat, 12 Feb 2011 22:45:42 +0000 (UTC) (envelope-from wollman@csail.mit.edu) Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149]) by mx1.freebsd.org (Postfix) with ESMTP id C48008FC12 for ; Sat, 12 Feb 2011 22:45:42 +0000 (UTC) Received: from dsl092-079-129.bos1.dsl.speakeasy.net ([66.92.79.129] helo=[192.168.1.3]) by outgoing.csail.mit.edu with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PoNp2-00025X-5e; Sat, 12 Feb 2011 17:20:08 -0500 References: <201102122140.p1CLe7vg072805@freefall.freebsd.org> (sfid-20110212_16402_8B3946F8) User-Agent: K-9 Mail for Android In-Reply-To: <201102122140.p1CLe7vg072805@freefall.freebsd.org> (sfid-20110212_16402_8B3946F8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Garrett Wollman Date: Sat, 12 Feb 2011 17:20:07 -0500 To: Bruce Cran ,freebsd-standards@freebsd.org Message-ID: <7670d9f9-77ea-41b0-9cdc-58122ebc9156@email.android.com> Cc: Subject: Re: docs/143472 X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 22:45:43 -0000 Bruce Cran wrote: > I've attached a patch which should fix the issue. > -Host names are limited to > -.Brq Dv HOST_NAME_MAX > -characters, not including the trailing null, currently 255. This is actually the correct statement. The OP should have taken note of the braces. -GAWollman