From owner-cvs-src@FreeBSD.ORG Fri Aug 5 17:14:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F00FB16A41F; Fri, 5 Aug 2005 17:14:50 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from www.portaone.com (web.portaone.com [195.70.151.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DEBD43D5C; Fri, 5 Aug 2005 17:14:47 +0000 (GMT) (envelope-from sobomax@portaone.com) Received: from [192.168.0.49] (lesnik.portaone.com [195.140.246.50] (may be forged)) (authenticated bits=0) by www.portaone.com (8.12.11/8.12.11) with ESMTP id j75HEeqV071162 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 5 Aug 2005 19:14:41 +0200 (CEST) (envelope-from sobomax@portaone.com) Message-ID: <42F39E7F.50603@portaone.com> Date: Fri, 05 Aug 2005 20:14:39 +0300 From: Maxim Sobolev Organization: Porta Software Ltd User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Poul-Henning Kamp References: <200508051608.j75G8rIX092558@repoman.freebsd.org> In-Reply-To: <200508051608.j75G8rIX092558@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-U; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.86.2/1003/Thu Aug 4 16:43:24 2005 on www.portaone.com X-Virus-Status: Clean X-Spam-Status: No, score=-5.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on www.portaone.com Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Maxim.Sobolev@portaone.com List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Aug 2005 17:14:51 -0000 Poul-Henning Kamp wrote: > phk 2005-08-05 16:08:53 UTC > > FreeBSD src repository > > Modified files: > gnu/usr.bin Makefile > Log: > let NO_MAN control man > let NO_TOOLCHAIN control rcs I have an objections. rcs is useful thing for various administrative tasks as well (i.e. keeping track of config file revisions), therefore it is not quite a "toolchain" thing. -Maxim