From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 03:24:19 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A33B11065672 for ; Fri, 14 Jan 2011 03:24:19 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (host-120.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 6147D8FC14 for ; Fri, 14 Jan 2011 03:24:19 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p0E3TkIm030593 for questions@freebsd.org; Thu, 13 Jan 2011 21:29:46 -0600 (CST) Date: Thu, 13 Jan 2011 21:29:46 -0600 (CST) From: Robert Bonomi Message-Id: <201101140329.p0E3TkIm030593@mail.r-bonomi.com> To: questions@freebsd.org In-Reply-To: <20110114041025.65ed6a67.freebsd@edvax.de> Cc: Subject: Re: Which php?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2011 03:24:19 -0000 > From owner-freebsd-questions@freebsd.org Thu Jan 13 21:16:20 2011 > Date: Fri, 14 Jan 2011 04:10:25 +0100 > From: Polytropon > To: Gary Kline > Cc: User Questions > Subject: Re: Which php?? > > On Thu, 13 Jan 2011 18:41:15 -0800, Gary Kline wrote: > > I cut/pasted part of the config page to a yello w notepad. It > > unfortunately has those unfortunate DOS EOL things with the ^M. > > There's a simple answer to that waste of disk space (two bytes per line > break!): Correct accounting is 'one _excess_ byte per line break'. > > recode cp437..iso8859 no need to install the port/package -- tr -d '\r' unixfile does the trick, with just a base install utility.