]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add another level of checking to 'chkprintcap', which is done by
authorgad <gad@FreeBSD.org>
Sat, 15 Dec 2001 23:35:55 +0000 (23:35 +0000)
committergad <gad@FreeBSD.org>
Sat, 15 Dec 2001 23:35:55 +0000 (23:35 +0000)
commit6737fb8eb7995cece80033a2749d722fd86e8038
treee5978492b8d3ae7db71c8361bbf343f0366234c3
parent4a701250c9358a111bea01af77e054a2f83e3d92
 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
usr.sbin/lpr/chkprintcap/Makefile
usr.sbin/lpr/chkprintcap/chkprintcap.c
usr.sbin/lpr/chkprintcap/skimprintcap.c [new file with mode: 0644]
usr.sbin/lpr/chkprintcap/skimprintcap.h [new file with mode: 0644]