From owner-freebsd-questions Wed Apr 2 14:50:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA01050 for questions-outgoing; Wed, 2 Apr 1997 14:50:57 -0800 (PST) Received: from cold.org (cold.org [206.81.134.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA01043 for ; Wed, 2 Apr 1997 14:50:53 -0800 (PST) Received: from localhost (brandon@localhost) by cold.org (8.8.5/8.8.3) with SMTP id PAA23210 for ; Wed, 2 Apr 1997 15:50:49 -0700 (MST) Date: Wed, 2 Apr 1997 15:50:49 -0700 (MST) From: Brandon Gillespie To: freebsd-questions@freebsd.org Subject: printing with two levels of if filters.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have print spooling setup through Columbia Appletalk. This works great, EXCEPT for i can only print postscript files. I would like to setup a text2ps filter, except for the way lpd spooled cap works the if is the command that spools it to the printer... any suggestions? I thought of setting up two entries for the printer, one of which is the CAP spooler and one which is a pre-filter basically, which uses rm to forward to the other printer (on the same box) but this does not work, as (I'm guessing) any input filters are ignored when you are just forwarding to a remote host... Help? -Brandon Gillespie