From owner-freebsd-stable Fri Jun 22 10:50:17 2001 Delivered-To: freebsd-stable@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id 7B63B37B407 for ; Fri, 22 Jun 2001 10:50:09 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id UTE03486; Fri, 22 Jun 2001 20:49:51 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.4/8.11.4) id f5MHjFi01363; Fri, 22 Jun 2001 20:45:15 +0300 (EEST) (envelope-from netch) Date: Fri, 22 Jun 2001 20:45:15 +0300 From: Valentin Nechayev To: Bill Moran Cc: Chris BeHanna , FreeBSD-Stable Subject: Re: releng4 no longer -STABLE??? Message-ID: <20010622204515.B406@iv.nn.kiev.ua> References: <20010622003432.D1597@iv.nn.kiev.ua> <3B326B4B.2ABF72D9@iowna.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3B326B4B.2ABF72D9@iowna.com>; from wmoran@iowna.com on Thu, Jun 21, 2001 at 05:46:51PM -0400 X-42: On Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thu, Jun 21, 2001 at 17:46:51, wmoran (Bill Moran) wrote about "Re: releng4 no longer -STABLE???": > > All such messages are useless and destructive without _exact_ cvsup date > > _parameter_. > > This brings up an interesting question: How would one know the exact > cvsup date if he hadn't recorded it? Does cvsup keep a log? I use script: #!/bin/sh ( date fgrep date= /etc/stable-supfile cvsup -g -L 2 /etc/stable-supfile date ) 2>&1 | tee /var/log/sup.src.`date +%s` (pathnames may differ) A few last cvsup logs are kept for seeing exact date. Also, on some machines src/sys/conf/newvers.sh is manually patched every time to produce exact date/time in `uname -r' output. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message