From owner-freebsd-amd64@FreeBSD.ORG Mon Jan 17 09:29:06 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E576316A4F6 for ; Mon, 17 Jan 2005 09:29:06 +0000 (GMT) Received: from web26801.mail.ukl.yahoo.com (web26801.mail.ukl.yahoo.com [217.146.176.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 28BBD43D2D for ; Mon, 17 Jan 2005 09:29:06 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Received: (qmail 51543 invoked by uid 60001); 17 Jan 2005 09:29:05 -0000 Message-ID: <20050117092905.51541.qmail@web26801.mail.ukl.yahoo.com> Received: from [194.248.174.58] by web26801.mail.ukl.yahoo.com via HTTP; Mon, 17 Jan 2005 10:29:05 CET Date: Mon, 17 Jan 2005 10:29:05 +0100 (CET) From: Claus Guttesen To: "Ernst W. Winter" In-Reply-To: <20050117101046.A45581@ns3.bsn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit cc: freebsd-amd64@freebsd.org Subject: Re: printer? X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2005 09:29:07 -0000 > > Are you using printcap or cups? > using printcap with apsfilter. > > what is the difference with cups? Cups puts lp*-files in /usr/local/bin and you have to remove the lp*-files in /usb/bin before you can use cups. If NO_LPR= true is commented out in /etc/make.conf (not activated) the base-lp* will be put back during a make world and thus prevent cups from being used. Cups is easier for me since I haven't used printcap very much, webbased interface etc. regards Claus