From owner-cvs-all@FreeBSD.ORG Mon Dec 15 03:36:00 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 E9D5016A4CE; Mon, 15 Dec 2003 03:36:00 -0800 (PST) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47B3D43D3F; Mon, 15 Dec 2003 03:35:59 -0800 (PST) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 1AVr3C-0008W7-00; Mon, 15 Dec 2003 17:38:10 +0600 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 1AVr3B-0008Un-00; Mon, 15 Dec 2003 17:38:09 +0600 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9p2/8.12.9) with ESMTP id hBFBdEg1076447; Mon, 15 Dec 2003 17:39:14 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9p2/8.12.9/Submit) id hBFBdD0l076372; Mon, 15 Dec 2003 17:39:13 +0600 (NOVT) (envelope-from danfe) Date: Mon, 15 Dec 2003 17:39:13 +0600 From: Alexey Dokuchaev To: Dag-Erling Sm?rgrav Message-ID: <20031215113913.GA72084@regency.nsu.ru> References: <200312141136.hBEBa2pD043994@grimreaper.grondar.org> <20031215083703.GB956@cirb503493.alcatel.com.au> <20031215095049.GA78800@regency.nsu.ru> <20031215104647.GO13737@starjuice.net> <20031215105909.GA97471@regency.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Envelope-To: des@des.no, PeterJeremy@optushome.com.au, src-committers@freebsd.org, cvs-all@freebsd.org, mark@grondar.org, cvs-src@freebsd.org cc: Peter Jeremy cc: src-committers@freebsd.org cc: Mark Murray cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org Subject: Re: cvs commit: src Makefile.inc1 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: Mon, 15 Dec 2003 11:36:01 -0000 On Mon, Dec 15, 2003 at 12:07:52PM +0100, Dag-Erling Sm?rgrav wrote: > Alexey Dokuchaev writes: > > Yes, that's why having stat(1) in -CURRENT is OK. [...] > > If I understand you correctly, you want to spend extra time adding > untested functionality to ls(1) in RELENG_4, and then adapting > mergemaster(8) to use that functionality, in order to make RELENG_4 > more different from HEAD and less POSIX- compliant than it already is. > > I was so befuddled by your convoluted logic that, in a fit of brain- > overload-induced finger spasms, I accidentally committed the existing > and fairly well-tested stat(1) utility to RELENG_4. I apologize for > the inconvenience. Point taken. 8-) ./danfe P.S. Thanks for MFC!