From owner-cvs-all Thu Apr 18 13:45:31 2002 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 8FA4F37B404; Thu, 18 Apr 2002 13:45:24 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3IKjOm11558; Thu, 18 Apr 2002 13:45:24 -0700 (PDT) (envelope-from gad) Message-Id: <200204182045.g3IKjOm11558@freefall.freebsd.org> From: Garance A Drosehn Date: Thu, 18 Apr 2002 13:45:24 -0700 (PDT) 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: RELENG_4 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 2002/04/18 13:45:23 PDT Modified files: (Branch: RELENG_4) usr.sbin/lpr/chkprintcap Makefile chkprintcap.c Added files: (Branch: RELENG_4) usr.sbin/lpr/chkprintcap skimprintcap.c skimprintcap.h Log: MFC *: 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". [* = 1.11 chkprintcap/Makefile, 1.7 chkprintcap.c, 1.1 skimprintcap.c, 1.1 skimprintcap.h] Revision Changes Path 1.7.2.3 +1 -0 src/usr.sbin/lpr/chkprintcap/Makefile 1.3.2.2 +47 -7 src/usr.sbin/lpr/chkprintcap/chkprintcap.c 1.1.2.1 +261 -0 src/usr.sbin/lpr/chkprintcap/skimprintcap.c (new) 1.1.2.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