From owner-freebsd-current@FreeBSD.ORG Tue Dec 9 19:42:05 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 517DD1065672 for ; Tue, 9 Dec 2008 19:42:05 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 189F38FC25 for ; Tue, 9 Dec 2008 19:42:05 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:6569:b2b8:b062:30d4] (unknown [IPv6:2001:7b8:3a7:0:6569:b2b8:b062:30d4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 219C684438; Tue, 9 Dec 2008 20:42:04 +0100 (CET) Message-ID: <493ECA0D.7090901@andric.com> Date: Tue, 09 Dec 2008 20:42:05 +0100 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1b3pre) Gecko/20081205 Shredder/3.0b2pre MIME-Version: 1.0 To: Larry Rosenman References: <004901c95a1c$5c6b2680$15417380$@org> In-Reply-To: <004901c95a1c$5c6b2680$15417380$@org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Why does host and dig show a ; as \;? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 19:42:05 -0000 On 2008-12-09 17:36, Larry Rosenman wrote: > Why does the host command, dig, and a named_db.dump all show a ; as \; in a > TXT record? AFAICS the semicolon is a comment character in BIND software (at least in all config files and so on), and therefore it needs to be escaped.