From owner-freebsd-current@FreeBSD.ORG Tue Mar 16 02:01:50 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57BF9106566C; Tue, 16 Mar 2010 02:01:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id F37E78FC0A; Tue, 16 Mar 2010 02:01:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o2G1rxbq017572; Mon, 15 Mar 2010 19:53:59 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 15 Mar 2010 19:54:11 -0600 (MDT) Message-Id: <20100315.195411.64125142724030777.imp@bsdimp.com> To: dougb@freebsd.org From: "M. Warner Losh" In-Reply-To: <4B9EE1AD.9080805@FreeBSD.org> References: <4B9EDB05.4020800@FreeBSD.org> <20100315.193455.69510145151660650.imp@bsdimp.com> <4B9EE1AD.9080805@FreeBSD.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: [PATCH] newvers.sh X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Mar 2010 02:01:50 -0000 In message: <4B9EE1AD.9080805@FreeBSD.org> Doug Barton writes: : > I believe the latter can be simplified to not require it. : : When I last looked at it I vaguely recall thinking that not needing : newvers.sh for that purpose was a good goal, but ENOTIME. Right now it is required to set COPYRIGHT and RELDATE. The former isn't necessary (I don't believe this file could be copyrighted) and the latter could be replaced with a simple grep. Warner