From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 20:44:19 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 4D4AE37B401 for ; Wed, 23 Apr 2003 20:44:19 -0700 (PDT) Received: from grouse.mail.pas.earthlink.net (grouse.mail.pas.earthlink.net [207.217.120.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB5AA43F3F for ; Wed, 23 Apr 2003 20:44:18 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-031dcwashp0365.dialsprint.net ([65.179.65.111] helo=moo.holy.cow) by grouse.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 198Xeh-0001FP-00; Wed, 23 Apr 2003 20:44:16 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 99426A29A; Wed, 23 Apr 2003 23:47:26 -0400 (EDT) Date: Wed, 23 Apr 2003 23:47:26 -0400 From: parv To: Gary Schenk Message-ID: <20030424034726.GA464@moo.holy.cow> Mail-Followup-To: Gary Schenk , Mike Meyer , freebsd-questions@freebsd.org References: <200304102145.25225.gwschenk@socal.rr.com> <200304222140.12401.gwschenk@socal.rr.com> <16039.3305.100129.716727@guru.mired.org> <200304231855.17449.gwschenk@socal.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304231855.17449.gwschenk@socal.rr.com> cc: Mike Meyer cc: freebsd-questions@freebsd.org Subject: Re: Newbie lpd printing 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: Thu, 24 Apr 2003 03:44:19 -0000 in message <200304231855.17449.gwschenk@socal.rr.com>, wrote Gary Schenk thusly... > > On Wednesday 23 April 2003 03:00 pm, Mike Meyer wrote: ... > > The magicfilter should install /usr/bin/magicfilter. It also > > installs printer filter scripts in > > /usr/local/libexec/magicfilter/. ... > I have no /usr/bin/magicfilter, but there are filter scripts in > /usr/local/libexec/magicfilter. Strange that "locate magicfilter" > did not show that. And I did run periodic and weekly. I think Mike made a typo when he wrote "magicfilter should install /usr/bin/magicfilter". Magicfilter should/would have been put in /usr/local/bin (not in /usr/bin) either as a binary or a symlink to something in /usr/local/libexec/magicfilter. I haven't used it in a long time, so i do not know what kind of file it will be in /usr/local/bin. (I have a PS printer; enscript (from ports) works wonderfully. If i were to have a non-PS printer, i would definitely been using magicfilter in place of disgustingly overweight apsfilter, IM-Not-So-HO.) - parv --