Date: Thu, 18 Apr 2002 13:45:24 -0700 (PDT) From: Garance A Drosehn <gad@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/lpr/chkprintcap Makefile chkprintcap.c skimprintcap.c skimprintcap.h Message-ID: <200204182045.g3IKjOm11558@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204182045.g3IKjOm11558>