From owner-cvs-all@FreeBSD.ORG Mon Apr 30 19:52:38 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63B4B16A400; Mon, 30 Apr 2007 19:52:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5218313C44B; Mon, 30 Apr 2007 19:52:38 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id BE3281A4D80; Mon, 30 Apr 2007 12:53:09 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 93209513C5; Mon, 30 Apr 2007 15:52:37 -0400 (EDT) Date: Mon, 30 Apr 2007 15:52:37 -0400 From: Kris Kennaway To: Andrey Chernov , Kris Kennaway , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070430195237.GA67426@xor.obsecurity.org> References: <200704301227.l3UCRwao077864@repoman.freebsd.org> <20070430191144.GA66695@xor.obsecurity.org> <20070430191555.GB87375@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070430191555.GB87375@nagual.pp.ru> User-Agent: Mutt/1.4.2.2i Cc: Subject: Re: cvs commit: src/libexec/pppoed pppoed.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 19:52:38 -0000 On Mon, Apr 30, 2007 at 11:15:55PM +0400, Andrey Chernov wrote: > On Mon, Apr 30, 2007 at 03:11:45PM -0400, Kris Kennaway wrote: > > What impact is this going to have on ports? Surely there are lots of > > them that use putenv(). > > If they work under Linux, they already forced to do the right thing. Only > those which are BSD-only may fail. > > > Can I assume you're interested in fixing them? > > Yes. Great, thanks! Kris