Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2005 00:28:55 -0700 (PDT)
From:      Rob <spamrefuse@yahoo.com>
To:        rebehn@ant.uni-bremen.de
Cc:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   Re: /usr/bin/lpr and /usr/local/bin/lpr
Message-ID:  <20050519072855.98688.qmail@web54010.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
Heinrich Rebehn wrote:
> Sorry if this is a FAQ, but i could not find an
> answer in handbook, ml-archive or google:
> 
> I have three printing systems installed on my
> FreeBSD-5.3 system:
> - FreeBSD lpr
> - LPRng
> - cups-lpr
>
> Or is there a way to keep "make world" from
> installing certain binaries (which, in turn,
> would have to be "cvs update"-resistent?)

'man make.conf' and search for NO_LPR.

Remove the lp-related stuff from /usr/bin/ and
put
   CUPS_OVERWRITE_BASE=yes
   NO_LPR=yes

in make.conf, so that the next 'make world' does
not put them there anymore.

Rob.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050519072855.98688.qmail>