From owner-freebsd-hackers Mon May 1 02:15:46 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA19007 for hackers-outgoing; Mon, 1 May 1995 02:15:46 -0700 Received: from silicon.csci.csusb.edu (silicon.csci.csusb.edu [139.182.38.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA19001 for ; Mon, 1 May 1995 02:15:42 -0700 Received: from orion.csci.csusb.edu by silicon.csci.csusb.edu (5.0/SMI-SVR4) id AA27888; Mon, 1 May 1995 02:21:07 +0800 Received: by orion.csci.csusb.edu (5.0/SMI-SVR4) id AA07379; Mon, 1 May 1995 02:15:17 +0800 Date: Mon, 1 May 1995 02:15:17 -0700 (PDT) From: Neal Westfall To: Joerg Wunsch Cc: hackers@FreeBSD.org Subject: Re: Netscape 1.1 and Current In-Reply-To: <199505010832.KAA09682@uriah.heep.sax.de> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Length: 933 Sender: hackers-owner@FreeBSD.org Precedence: bulk On Mon, 1 May 1995, J Wunsch 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 > ^^^^^^^^^^^^^^ I sort of suspected, but hadn't seen anyone else mention it. Thanks, I'll try cooking up a new kernel. > > 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. ;-) > Neal Westfall nwestfal@csci.csusb.edu FreeBSD BUILT-19950429 #0: Sat Apr 29 04:13:14 PDT 1995 neal@darkside.csci.csusb.edu:/usr/src/sys/compile/DARKSIDE