Date: Mon, 1 May 1995 10:32:05 +0200 (MET DST) From: J Wunsch <j@uriah.heep.sax.de> To: nwestfal@orion.csci.csusb.edu (Neal Westfall) Cc: hackers@FreeBSD.org Subject: Re: Netscape 1.1 and Current Message-ID: <199505010832.KAA09682@uriah.heep.sax.de> In-Reply-To: <Pine.SOL.3.91.950430213140.5975A-100000@orion> from "Neal Westfall" at Apr 30, 95 09:34:44 pm
next in thread | previous in thread | raw e-mail | index | archive | help
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. ;-)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505010832.KAA09682>
