Date: Sun, 09 May 2004 12:35:42 +0900 From: Rob <stopspam@users.sourceforge.net> To: freebsd-questions@freebsd.org Subject: Re: Built-in lpr vs CUPS Message-ID: <409DA70E.5020708@users.sourceforge.net> In-Reply-To: <87n04iuzue.fsf@strauser.com> References: <871xlu3lk5.fsf@emptyhost.emptydomain.de> <87n04iuzue.fsf@strauser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Kirk Strauser wrote: > At 2004-05-08T16:55:54Z, Kai Grossjohann <kai@emptydomain.de> writes: > > >>The default setup is to include /usr/bin before /usr/local/bin in $PATH. >>This means that entering "lpr -Pfoo" doesn't work for printing on my >>machine, I have to say "/usr/local/bin/lpr -Pfoo". > > > Is there any reason you can't delete /usr/bin/lp* and related stuff? I > don't have lpr installed at all on my server. How about this in /etc/make.conf: CUPS_OVERWRITE_BASE=yes NO_LPR=yes that will give directions to the cups port and the make world process. Rob.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?409DA70E.5020708>