From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 15:34:07 2004 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 CDE8D16A4CE for ; Sat, 17 Jul 2004 15:34:07 +0000 (GMT) Received: from typhoon.he.net (typhoon.he.net [64.62.229.2]) by mx1.FreeBSD.org (Postfix) with SMTP id BDEDD43D49 for ; Sat, 17 Jul 2004 15:34:07 +0000 (GMT) (envelope-from bill@wiliweld.com) Received: from bsd.billschoolcraft.com ([63.204.157.14]) by typhoon.he.net for ; Sat, 17 Jul 2004 08:34:03 -0700 Date: Sat, 17 Jul 2004 08:34:04 -0700 (PDT) From: Bill Schoolcraft X-X-Sender: bill@bsd.billschoolcraft.com To: Peter Risdon In-Reply-To: <40F8E080.1010600@circlesquared.com> Message-ID: <20040717082827.S27122@bsd.billschoolcraft.com> References: <200407170226.19474.ecrist@secure-computing.net> <40F8E080.1010600@circlesquared.com> System-ID: [en] (I; FreeBSD 5.2.1-RELEASE #0 x86) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: ecrist@secure-computing.net cc: freebsd-questions@freebsd.org Subject: Re: First time CUPS user, config problems? 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: Sat, 17 Jul 2004 15:34:07 -0000 At Sat, 17 Jul 2004 it looks like Peter Risdon composed: > Cups installs /usr/local/bin/lp and /usr/local/bin/lpr and leaves > /usr/bin/lp and /usr/bin/lpr in place. Back these up, symlink the cups > versions into their places and try again. > If I'm not mistaken, cups does install "lpr" and "lprm" and "lpq" ..... but I believe they have the following names lpr.cups lprm.cups lpq.cups In the past I've renamed the original files that were there already: mv lpr lpr-ORIG mv lprm lprm-ORIG mv lpq lpq-ORIG Then I create the symlinks so any programs "looking" for the original names, and alot do, find the cups version through the re-direction that occurs via symlinks. ln -s lpr.cups lpr ln -s lprm.cups lprm ln -s lpq.cups lpq Of course this is done "inside" the directory where the files reside. -- Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v http://billschoolcraft.com