Date: Mon, 22 Apr 2002 17:06:10 -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/common_source lp.h printcap.c src/usr.sbin/lpr/lpd printjob.c src/usr.sbin/lpr/lpr printcap.5 Message-ID: <200204230006.g3N06Ao86432@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gad 2002/04/22 17:06:10 PDT Modified files: usr.sbin/lpr/common_source lp.h printcap.c usr.sbin/lpr/lpd printjob.c usr.sbin/lpr/lpr printcap.5 Log: Implement new printcap option of "rc" aka "remote.resend_copies". This is a boolean option, and if it is specified in a print queue for a remote host, it causes lpd to resend the data file for each copy the user requested on 'lpr -#n'. This is useful for network printers which accept lpd-style jobs, but which ignore the control file (and thus they ignore any request for multiple copies). PR: 25635 Reviewed by: short review on freebsd-audit MFC after: 6 days Revision Changes Path 1.20 +2 -1 src/usr.sbin/lpr/common_source/lp.h 1.9 +2 -1 src/usr.sbin/lpr/common_source/printcap.c 1.51 +48 -11 src/usr.sbin/lpr/lpd/printjob.c 1.27 +20 -0 src/usr.sbin/lpr/lpr/printcap.5 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?200204230006.g3N06Ao86432>