From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 02:26:18 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 D5B5037B404 for ; Wed, 11 Jun 2003 02:26:18 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-9-229.w80-13.abo.wanadoo.fr [80.13.163.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C57A43F85 for ; Wed, 11 Jun 2003 02:26:17 -0700 (PDT) (envelope-from ajacoutot@lphp.org) Received: from compaq (lyon-1-a7-62-147-17-137.dial.proxad.net [62.147.17.137]) by mx1.lphp.org (8.12.8p1/8.12.8) with SMTP id h5B9PtfJ034676; Wed, 11 Jun 2003 11:26:14 +0200 (CEST) (envelope-from ajacoutot@lphp.org) Message-ID: <000401c32ffb$7b583160$8911933e@compaq> From: "Antoine Jacoutot" To: , References: <1055182912.3ee4d040ba5d9@www.fh-giessen.de> Date: Tue, 10 Jun 2003 11:51:48 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Subject: Re: How is it possible to pass options to if filter foomatic-rip withFreeBSD version of lpr/lpd? 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: Wed, 11 Jun 2003 09:26:19 -0000 > Hello mailing list participants, > > Does someone use foomatic-rip > as if filter on FreeBSD machine > and has found out how is it possible > to pass options to foomatic-rip on > lpr command line? I've been trying for months :) But it seems that stock LPD does not accept filter options. You want to install either CUPS or LPRng as your spooler. Another solution would be an hacked foomatic-rip input filter where the options are already set and create a different queue for each, but it is not an ideal solution (a little bit what APSFILTER does). If you find anything, let me know. Antoine