From owner-freebsd-current Sat Apr 18 14:49:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA07348 for freebsd-current-outgoing; Sat, 18 Apr 1998 14:49:13 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dt050n33.san.rr.com (@dt050n33.san.rr.com [204.210.31.51]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA07323 for ; Sat, 18 Apr 1998 21:49:10 GMT (envelope-from Studded@san.rr.com) Received: from san.rr.com (Studded@localhost [127.0.0.1]) by dt050n33.san.rr.com (8.8.8/8.8.8) with ESMTP id OAA11186; Sat, 18 Apr 1998 14:48:23 -0700 (PDT) (envelope-from Studded@san.rr.com) Message-ID: <35391FA6.79CA8363@san.rr.com> Date: Sat, 18 Apr 1998 14:48:22 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-STABLE-0418 i386) MIME-Version: 1.0 To: Greg Lehey CC: Karl Pielorz , current@FreeBSD.ORG Subject: Re: Quick Question re: Dmesg & Current Version References: <353802A2.CB67FCE7@tdx.co.uk> <19980418113504.U1090@freebie.lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greg Lehey wrote: > Somewhere, probably. When I used ctm, I modified /sys/conf/newvers.sh > to include the ctm update number in the header, but I haven't found > anything useful in the CVS database. Let me know if you do. I have a little script that I run before a make world, one of the things it does is insert the date in newvers.sh. # Add today's date so I know when this was built sed s/SNAPDATE=\"\"/SNAPDATE=\"`date +%m%d`\"/ /usr/src/sys/conf/newvers.sh \ > /usr/src/sys/conf/newvers.sh.sed cp /usr/src/sys/conf/newvers.sh.sed /usr/src/sys/conf/newvers.sh && rm /usr/src/sys/conf/newvers.sh.sed echo '' grep 'SNAPDATE=' /usr/src/sys/conf/newvers.sh If you'd like to see the rest of the script, fetch http://home.san.rr.com/freebsd/mwprep Hope this is useful, Doug -- *** Chief Operations Officer, DALnet IRC network *** *** Proud designer and maintainer of the world's largest Internet *** Relay Chat server with 5,328 simultaneous connections. *** Try spider.dal.net on ports 6662-4 (Powered by FreeBSD) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message