From owner-freebsd-chat@FreeBSD.ORG Wed Apr 23 13:24:46 2008 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D938106564A for ; Wed, 23 Apr 2008 13:24:46 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0EE8FC0A for ; Wed, 23 Apr 2008 13:24:45 +0000 (UTC) (envelope-from bri@brianwhalen.net) Received: from [127.0.0.1] (cele.sonicboom.org [66.93.34.172]) by entwistle.sonicboom.org (8.14.2/8.14.2) with ESMTP id m3NDOVWD064479 for ; Wed, 23 Apr 2008 06:24:44 -0700 (PDT) (envelope-from bri@brianwhalen.net) Message-ID: <480F388D.8060108@brianwhalen.net> Date: Wed, 23 Apr 2008 06:24:29 -0700 From: Brian User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-chat@freebsd.org References: <20080420211717.be366660.skeptikos@gmail.com> <480C1E3F.2020300@highperformance.net> <480DFDEE.5020303@brianwhalen.net> <480E66DD.4040008@nerdshack.com> In-Reply-To: <480E66DD.4040008@nerdshack.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: port management practices X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 13:24:46 -0000 Ravna wrote: > It's my philosophy, that a little each day, is better than lots, once > in a while. > Cron updates my ports tree every night and does a "portupgrade -a" > after that. > The output is saved to a file, so I can deal with problems. > I do a "buildworld/buildkernel" every week, if there are changes in > the source. > Nothing has ever been older than a few days. > I don't see why my box should be bored while I'm asleep. > It's always on, anyway. > What I am wondering re the above is how to cope with the ports that allow you to select options, I wouldn't cron this for that reason alone. I could see cronning the retrieval, but not the actual portupgrade. Brian