From owner-freebsd-hackers Mon May 1 01:44:25 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id BAA17849 for hackers-outgoing; Mon, 1 May 1995 01:44:25 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id BAA17841 for ; Mon, 1 May 1995 01:44:19 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA03698; Mon, 1 May 1995 10:44:14 +0200 Received: by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA12748; Mon, 1 May 1995 10:44:13 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id KAA09682; Mon, 1 May 1995 10:32:07 +0200 From: J Wunsch Message-Id: <199505010832.KAA09682@uriah.heep.sax.de> Subject: Re: Netscape 1.1 and Current To: nwestfal@orion.csci.csusb.edu (Neal Westfall) Date: Mon, 1 May 1995 10:32:05 +0200 (MET DST) Cc: hackers@FreeBSD.org In-Reply-To: from "Neal Westfall" at Apr 30, 95 09:34:44 pm Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 586 Sender: hackers-owner@FreeBSD.org Precedence: bulk As Neal Westfall wrote: > > netscape: uname() failed; can't tell what system we're running on I guess, this is the problem: > FreeBSD BUILT-19950429 #0: Sat Apr 29 04:13:14 PDT 1995 ^^^^^^^^^^^^^^ Make the following in sys/conf/newvers.sh if [ "x$RELEASE" = xCURRENT ] ; then - RELEASE=`date '+BUILT-%Y%m%d'` + RELEASE=`date '+2.0-BUILT-%Y%m%d'` fi There's also a PR pendig for it. Anyone care to officialize this change? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)