From owner-cvs-sys Sun Jan 5 19:53:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA04998 for cvs-sys-outgoing; Sun, 5 Jan 1997 19:53:49 -0800 (PST) Received: from bunyip.cc.uq.oz.au (daemon@bunyip.cc.uq.oz.au [130.102.2.1]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA04958; Sun, 5 Jan 1997 19:53:16 -0800 (PST) Received: (from daemon@localhost) by bunyip.cc.uq.oz.au (8.8.4/8.8.4) id NAA14324; Mon, 6 Jan 1997 13:53:13 +1000 Received: from troll.devetir.qld.gov.au by ogre.devetir.qld.gov.au (8.7.5/DEVETIR-E0.3a) with ESMTP id NAA15374; Mon, 6 Jan 1997 13:21:50 +1000 (EST) Received: from localhost (syssgm@localhost) by troll.devetir.qld.gov.au (8.8.4/8.8.4) with SMTP id NAA07311; Mon, 6 Jan 1997 13:14:01 +1000 (EST) Message-Id: <199701060314.NAA07311@troll.devetir.qld.gov.au> X-Authentication-Warning: troll.devetir.qld.gov.au: syssgm@localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, syssgm@devetir.qld.gov.au Subject: Re: cvs commit: src/sys/i386/isa/bs bs.c bs_isa.c bs_pisa.c bsfunc.c bsfunc.h bshw.c bshw.h bshw.lst bshw_dma.c bshw_pdma.c bsvar.h ccbque.h dvcfg.h scsi_dvcfg.h Date: Mon, 06 Jan 1997 13:14:01 +1000 From: Stephen McKay Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Date: Sun, 05 Jan 1997 17:55:53 -0800 >From: "Jordan K. Hubbard" >> Undo RCS keyword change to keep the original `$NetBSD$'. > >Maybe we finally want to do what we've been threatening to do for >years now and take all the $Id$, $NetBSD$, $OpenBSD$, $FooBSD$ and >$BarBSD$ crap out of our source tree? > >I recognise the *potential* benefit of such expansion, but balanced >against the *clear and obvious annoyances* that they cause, I don't >think they're worth it at all. My first impression is "Bollocks!", but that's too harsh in a public forum. :-) I add "$Id" lines to all my code, at home and at work, and normally to be compiled in so that "ident fooprog" gives me the goodies. I save enormous amounts of time not having to guess what versions of files were used to build an executable. It's really useful, and there should be more of it. What are these "clear and obvious annoyances"? They've never bitten me, and I don't see how it applies to the NetBSD vs Id case we have here. Stephen.