From owner-freebsd-questions@FreeBSD.ORG Sun May 25 07:47:08 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 9888237B401 for ; Sun, 25 May 2003 07:47:08 -0700 (PDT) Received: from mx1.lphp.org (APastourelles-107-1-21-66.w81-51.abo.wanadoo.fr [81.51.116.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED5CD43F75 for ; Sun, 25 May 2003 07:47:06 -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 h4PEl5UG056125 for ; Sun, 25 May 2003 16:47:05 +0200 (CEST) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-questions@freebsd.org Date: Sun, 25 May 2003 16:47:06 +0200 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200305251647.06054.ajacoutot@lphp.org> Subject: foomatic+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: Sun, 25 May 2003 14:47:08 -0000 Hi ! I am trying to use foomatic (http://www.linuxprinting.org) as a print=20 filter under FreeBSD-4.8-RELEASE. Without any options, it works great. Now, I want to give options to the filter script. =46rom the foomatic documentation, this is done by (depending on your=20 print spooler): lpr -Pqueue -J'option1 option2' --> for LPD lpr -Pqueue -o option1 -o option2 --> for GNUlpr lpr -Pqueue -Z option1 -Z option2 --> for LPRng Now, I use the standard lpd print spooler that comes with FreeBSD. From=20 the lpr man page, it says that: =2DJ job Job name to print on the burst page. Normally, the first file's= =20 name is used. So, should I use another switch, like -Z, although it is for LPRng ? Thanks. Antoine