Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2007 09:47:20 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        paul beard <paulbeard@gmail.com>
Cc:        questions@freebsd.org
Subject:   Re: what is pkg_create doing?
Message-ID:  <441wgxp0k7.fsf@be-well.ilk.org>
In-Reply-To: <E2481673-5F23-44F8-8A81-1F1AFE531394@mac.com> (paul beard's message of "Tue\, 29 May 2007 20\:19\:26 -0700")
References:  <E2481673-5F23-44F8-8A81-1F1AFE531394@mac.com>

next in thread | previous in thread | raw e-mail | index | archive | help
paul beard <paulbeard@gmail.com> writes:

> I realize it should be obvious from the name but it seems to linger  
> for several minutes after each package is installed.
>
> PID      USERNAME    THR PRI NICE   SIZE    RES STATE  C   TIME    
> WCPU COMMAND
> 55763         root              1    121    0     1852K  1232K RUN     
> 0   2:38 95.73% pkg_create
>
> I am new to 6.2 (being a belated migrator from 4.x): is there a knob  
> somewhere to turn off pkg creation? Not that I see any packages being  
> kept anywhere . . . .

When a package is built, it is always done *after* the port has been
installed into $PREFIX.  As far as I recall, packages don't get built
unless you explicitly ask for them, so the command you used to install
the program is what you need to look at for details.  Incidentally,
built packages get installed to /usr/ports/packages by default.

None of this is different from earlier versions, as far as I remember.



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