From owner-cvs-all@FreeBSD.ORG Tue Jul 15 01:40:32 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 531FE37B401; Tue, 15 Jul 2003 01:40:32 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E352843F75; Tue, 15 Jul 2003 01:40:31 -0700 (PDT) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6F8eV0U054580; Tue, 15 Jul 2003 01:40:31 -0700 (PDT) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6F8eVNo054579; Tue, 15 Jul 2003 01:40:31 -0700 (PDT) Message-Id: <200307150840.h6F8eVNo054579@repoman.freebsd.org> From: Garance A Drosehn Date: Tue, 15 Jul 2003 01:40:31 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/lpr/lpr lpr.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 08:40:32 -0000 gad 2003/07/15 01:40:31 PDT FreeBSD src repository Modified files: usr.sbin/lpr/lpr lpr.c Log: More changes to use __FBSDID() for setting rcsids, and fix the format of 'sccsid' lines so they consistently match style(9) Also the 'sccsid' line is formatted to match style(9), and a 'From:' is removed so the sccsid returns to what it was back in the days of '-r CSRG' (1996). Reviewed by: discussed with bde and obrien MFC after: 15 days Revision Changes Path 1.44 +6 -5 src/usr.sbin/lpr/lpr/lpr.c