From owner-cvs-src@FreeBSD.ORG Mon Jul 7 10:55:44 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D07437B401; Mon, 7 Jul 2003 10:55:44 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBDE543F75; Mon, 7 Jul 2003 10:55:42 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h67HteaQ074877; Mon, 7 Jul 2003 10:55:40 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h67Htdrr074876; Mon, 7 Jul 2003 10:55:39 -0700 (PDT) Date: Mon, 7 Jul 2003 10:55:38 -0700 From: "David O'Brien" To: Garance A Drosihn Message-ID: <20030707175538.GD26228@dragon.nuxi.com> References: <200307061244.h66CiBqg079835@repoman.freebsd.org> <20030707003216.GI72093@elvis.mu.org> <20030707040326.GB26228@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: src-committers@FreeBSD.org cc: Bruce Evans cc: Philippe Charnier Subject: Re: cvs commit: src/usr.sbin/lpr/lpd lpd.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2003 17:55:44 -0000 On Mon, Jul 07, 2003 at 01:37:04PM -0400, Garance A Drosihn wrote: > Actually, let me take that a step further. How about I change > all the source files to have: > > #include "lpr_cdefs.h" > __FBSDID("$FreeBSD$"); ... > That's probably a little ugly, but I could use it to get all of > lpr using __FBSDID() so other developers will not feel tempted > to add it "for me". Sounds fine to me. Maybe put a comment after the #include not to change this.