Date: Tue, 5 Mar 2013 12:10:52 +0100 From: Matthias Apitz <guru@unixarea.de> To: FreeBSD <freebsd-questions@freebsd.org> Subject: Re: Problems Printing Message-ID: <20130305111051.GA1427@tiny.Sisis.de> In-Reply-To: <20130305054601.52571210@scorpio> References: <5135A88B.1000100@gmail.com> <20130305095729.GA1123@tiny.Sisis.de> <20130305054601.52571210@scorpio>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Tuesday, March 05, 2013 a las 05:46:01AM -0500, Jerry escribió: > > Looks like you have FreeBSD's lpr(1) in front of CUPS' lpr(1) in > > /usr/local/bin/lpr in your PATH; just do as root: > > > > # chmod 0000 /usr/bin/lpr > > A long time ago, I don't remember by whom or when, I was told to put > this in the "/etc/make.conf" file: > > WITH_CUPS=YES > CUPS_OVERWRITE_BASE=YES > WITHOUT_LPR=YES > > Then rebuild the system and re-install CUPS and all would be well. I > did it and it worked so I guess it was okay to do. Was that info > actually correct or did I just luck out? yes, correct; this will a) not install lpr in the base system, but b) allow later CUPS to do a symlink from /usr/bin/lpr to /usr/local/bin/lpr; I did not want to send the OP to a complete rebuild for such a small issue :-) matthias -- Sent from my FreeBSD netbook Matthias Apitz | - No system with backdoors like Apple/Android E-mail: guru@unixarea.de | - Never being an iSlave WWW: http://www.unixarea.de/ | - No proprietary attachments, no HTML/RTF in E-mail phone: +49-170-4527211 | - Respect for open standards
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130305111051.GA1427>
