Date: Thu, 23 Nov 2006 17:38:03 +0100 (CET) From: "Gelsema, P \(Patrick\) - FreeBSD" <freebsd@superhero.nl> To: "Jonathan Horne" <freebsd@dfwlp.com> Cc: freebsd-questions@freebsd.org Subject: Re: sources version file? Message-ID: <1075.80.127.127.95.1164299883.squirrel@webmail.superhero.nl> In-Reply-To: <200611230946.00996.freebsd@dfwlp.com> References: <200611230946.00996.freebsd@dfwlp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, November 23, 2006 16:46, Jonathan Horne wrote:
> ive searched the archives over the past 2 weeks or so unsuccessfully for
> this
> tidbit, which i have seen mentioned here before. so, i re-ask:
>
> what is the path/filename of the sources file that says what version of
> the
> cvs sources have been downloaded?
# egrep "REVISION|BRANCH" /usr/src/sys/conf/newvers.sh
REVISION="5.4"
BRANCH="RELEASE-p22"
RELEASE="${REVISION}-${BRANCH}"
Cheers
Patrick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1075.80.127.127.95.1164299883.squirrel>
