Date: Thu, 31 Jan 2002 04:22:56 +0200 From: Giorgos Keramidas <keramida@freebsd.org> To: Jeff Shevlen <jshevlen@passedpawn.com> Cc: freebsd-questions@freebsd.org Subject: Re: CVSup release info Message-ID: <20020131022255.GA73150@hades.hell.gr> In-Reply-To: <03a601c1aa16$4f223990$b300a8c0@wenk>
next in thread | previous in thread | raw e-mail | index | archive | help
--C7zPtVaVf+AK4Oqc Content-Type: text/PLAIN; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jeff Shevlen wrote: > Thanks guys, >=20 > I thought my source directory looked markedly bigger after > downloading! >=20 > Giorgios, I did look at UPDATING and it doesn't mention anything as > mundane as what versions you've downloaded. El cheapo trick to get the version of the installed system (not the sources, but the RUNNING system version): $ ( echo '#include <sys/param.h>' ; echo __FreeBSD_version ) | cpp -E - | = tail -1 500028 And the same trick for the sources of /usr/src/sys: $ grep '#define[[:space:]]*__FreeBSD_version' /usr/src/sys/sys/param.h | a= wk '{print $3}' 500029 (Yes, don't ask. I do need to build world soon again, there has been a version bump, since I last compiled my -CURRENT :P) --=20 Giorgos Keramidas . . . . . . . . . keramida@{ceid.upatras.gr,freebsd.org} FreeBSD Documentation Project . . . http://www.freebsd.org/docproj/ FreeBSD: The power to serve . . . . http://www.freebsd.org/ --C7zPtVaVf+AK4Oqc Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) iD8DBQE8WKp/1g+UGjGGA7YRAnI4AJ4/5yAq45YmklDQha5cKvrfM1JUEQCeMgTg LMcZsD6UIY1iPrVbei6hwMA= =y3+Z -----END PGP SIGNATURE----- --C7zPtVaVf+AK4Oqc-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020131022255.GA73150>