From owner-freebsd-questions@FreeBSD.ORG Tue May 27 09:13:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A3F37B401 for ; Tue, 27 May 2003 09:13:16 -0700 (PDT) Received: from mx1.lphp.org (AAmiens-107-2-2-31.w81-51.abo.wanadoo.fr [81.51.227.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8347A43F85 for ; Tue, 27 May 2003 09:13:12 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.8p1/8.12.8) with ESMTP id h4RGD6UG025506 for ; Tue, 27 May 2003 18:13:06 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Tue, 27 May 2003 18:13:07 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305271813.07516.ajacoutot@lphp.org> Subject: how to pass options to print filter X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2003 16:13:16 -0000 Hi ! I run FreeBSD-4.8-RELEASE and I wanted to know is the LPD in the base installation accepts options to send to the print filter. I have a filter which I can send options to (like pagesize=a4...). I know that with LPRng, I can use "lpr -Z option" and the spooler then send "option" to the print filter. Is there a way to do this with LPD ? That would be great so I won't have to create like 10 queues (one for color+A4, on for photo+A4, one for color+A6...). Thanks in advance. Antoine