From owner-cvs-all Sat Dec 15 15:36: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 14FC237B419; Sat, 15 Dec 2001 15:35:56 -0800 (PST) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBFNZun63269; Sat, 15 Dec 2001 15:35:56 -0800 (PST) (envelope-from gad) Message-Id: <200112152335.fBFNZun63269@freefall.freebsd.org> From: Garance A Drosehn Date: Sat, 15 Dec 2001 15:35:56 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/chkprintcap Makefile chkprintcap.c skimprintcap.c skimprintcap.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gad 2001/12/15 15:35:56 PST Modified files: usr.sbin/lpr/chkprintcap Makefile chkprintcap.c Added files: usr.sbin/lpr/chkprintcap skimprintcap.c skimprintcap.h Log: Add another level of checking to 'chkprintcap', which is done by "skimming thru" the printcap file looking for some common mistakes that people make. These are the kinds of mistakes where the printcap file probably looks correct to human eyes, but is wrong in some subtle way which causes a problem in some queue definitions. The program treats these as "warnings" not "errors". Note that I'm flexible on the m.f.c. schedule, if people would rather this waited until after 4.5-release. Reviewed by: no screams from freebsd-audit freebsd-print@bostonradio.org MFC after: 4 days Revision Changes Path 1.11 +2 -1 src/usr.sbin/lpr/chkprintcap/Makefile 1.7 +47 -7 src/usr.sbin/lpr/chkprintcap/chkprintcap.c 1.1 +261 -0 src/usr.sbin/lpr/chkprintcap/skimprintcap.c (new) 1.1 +44 -0 src/usr.sbin/lpr/chkprintcap/skimprintcap.h (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message