From owner-svn-src-all@FreeBSD.ORG Wed Jun 24 17:24:08 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B71BA106564A; Wed, 24 Jun 2009 17:24:08 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f0f:20:2::11]) by mx1.freebsd.org (Postfix) with ESMTP id 7012F8FC1D; Wed, 24 Jun 2009 17:24:08 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f0f:20:1::5]) by mail.farley.org (8.14.3/8.14.3) with ESMTP id n5OHO7oi087853; Wed, 24 Jun 2009 12:24:07 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Wed, 24 Jun 2009 12:24:07 -0500 (CDT) From: "Sean C. Farley" To: Garance A Drosehn In-Reply-To: <200906241657.n5OGvXIo021213@svn.freebsd.org> Message-ID: References: <200906241657.n5OGvXIo021213@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-2.6 required=4.0 tests=AWL,BAYES_00,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail.farley.org Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r194859 - head/usr.sbin/lpr/common_source X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Jun 2009 17:24:09 -0000 On Wed, 24 Jun 2009, Garance A Drosehn wrote: > Author: gad > Date: Wed Jun 24 16:57:33 2009 > New Revision: 194859 > URL: http://svn.freebsd.org/changeset/base/194859 > > Log: > Fix end-of-line issues that can come up when `lpq' reads information > about a queue from a remote host. That remote host may use \r, \r\n, > or \n\r as the line-ending character. In some cases the remote host > will write a single line of information without *any* EOL sequence. > > Translate all the non-unix EOL's to the standard newline, and make > sure the final line includes a terminating newline. Logic is also > added to translate all unprintable characters to '?', but that is > #if-ed out for now. > > PR: bin/104731 > MFC after: 3 weeks Thank you! Sean -- scf@FreeBSD.org