From owner-freebsd-questions@FreeBSD.ORG Tue Apr 4 15:40:51 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 83B3C16A400 for ; Tue, 4 Apr 2006 15:40:51 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28B1543D45 for ; Tue, 4 Apr 2006 15:40:51 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k34FeDIw037209; Tue, 4 Apr 2006 09:40:14 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 04 Apr 2006 09:41:08 -0600 (MDT) Message-Id: <20060404.094108.11961429.imp@bsdimp.com> To: freebsd@meijome.net From: "M. Warner Losh" In-Reply-To: <20060404161732.171ab015@localhost> References: <20060403.231747.77059253.imp@bsdimp.com> <200604032310.16266.vayu@sklinks.com> <20060404161732.171ab015@localhost> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: vayu@sklinks.com, freebsd-questions@freebsd.org Subject: Re: Best way to print photos X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Apr 2006 15:40:51 -0000 In message: <20060404161732.171ab015@localhost> Norberto Meijome writes: : On Mon, 3 Apr 2006 23:10:16 -0700 : Vayu wrote: : : > > : > > Step 6 is just 'sudo rm -f /usr/bin/lp?*'. /usr/bin/lp is mildly : > > useful, and will be recreated. : > : > What do you mean will be recreated? (If it's going to be recreated, : > then why delete it?) : : why not install print/cups-lpr : [betom@ayiin] [Tue Apr 4 16:16:14 2006] : /usr/home/betom : $ less /usr/ports/print/cups-lpr/pkg-message : ********************************************************************** : ********************************************************************** : PLEASE NOTE: : ============ : : This port will move lpr binaries located in /usr/bin and : /usr/sbin to unshade cups-lpr binaries in PATH variable : : ********************************************************************** : ********************************************************************** : : AND add the options to make.conf so when you rebuild world, you won't : over-ride the cups files. That's what I recall seeing. Thanks for the tip. Warner