From owner-cvs-all@FreeBSD.ORG Wed Sep 10 14:27:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B55F416A4BF; Wed, 10 Sep 2003 14:27:53 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DDF43FA3; Wed, 10 Sep 2003 14:27:52 -0700 (PDT) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id 985EC2ED40D; Wed, 10 Sep 2003 14:27:52 -0700 (PDT) Date: Wed, 10 Sep 2003 14:27:52 -0700 From: Alfred Perlstein To: Garrett Wollman Message-ID: <20030910212752.GJ15671@elvis.mu.org> References: <200309101903.h8AJ3m8J016531@repoman.freebsd.org> <200309101945.h8AJjGD0081268@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200309101945.h8AJjGD0081268@khavrinen.lcs.mit.edu> User-Agent: Mutt/1.4.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: "David E. O'Brien" Subject: Re: cvs commit: src/libexec/lukemftpd Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 10 Sep 2003 21:27:53 -0000 * Garrett Wollman [030910 12:45] wrote: > < said: > > > [commit message deleted because it was not really relevant] > > Here is a patch which makes lukemftpd do the POSIXly correct thing. > I've tested this to the extent of compiling it. Wouldn't it be better to use sysconf? This means the binary might be moveable between machines without a recompile if that changes. -Alfred