From owner-cvs-all Mon Apr 22 17: 6:32 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 B268237B41A; Mon, 22 Apr 2002 17:06:21 -0700 (PDT) Received: (from gad@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3N06Ao86432; Mon, 22 Apr 2002 17:06:10 -0700 (PDT) (envelope-from gad) Message-Id: <200204230006.g3N06Ao86432@freefall.freebsd.org> From: Garance A Drosehn Date: Mon, 22 Apr 2002 17:06:10 -0700 (PDT) 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 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 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