From owner-freebsd-questions@FreeBSD.ORG Wed Mar 28 16:09:08 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D345416A402 for ; Wed, 28 Mar 2007 16:09:08 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: from smtp111.sbc.mail.mud.yahoo.com (smtp111.sbc.mail.mud.yahoo.com [68.142.198.210]) by mx1.freebsd.org (Postfix) with SMTP id 7D10013C44B for ; Wed, 28 Mar 2007 16:09:08 +0000 (UTC) (envelope-from heli@mikestammer.com) Received: (qmail 82935 invoked from network); 28 Mar 2007 16:09:08 -0000 Received: from unknown (HELO mail.mikestammer.com) (mikestammer@sbcglobal.net@68.249.180.18 with login) by smtp111.sbc.mail.mud.yahoo.com with SMTP; 28 Mar 2007 16:09:07 -0000 X-YMail-OSG: 4hL9udcVM1lrCAkJLf4bRVkruzjs4zhJaPNFlp33ICRiaxg7DRvE50TcnK.jWEL.ivkIzV86220CCmKKdUJq0MiZNsL2NjKOIw3HTA3azdJk11_5CQ0- Received: from localhost (localhost [127.0.0.1]) by mail.mikestammer.com (Postfix) with ESMTP id 4CF12B86A; Wed, 28 Mar 2007 10:59:39 -0500 (CDT) X-Virus-Scanned: amavisd-new at mikestammer.com Received: from mail.mikestammer.com ([127.0.0.1]) by localhost (gondolin.middleearth.mikestammer.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UJE8XeRa-91M; Wed, 28 Mar 2007 10:59:36 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: eric) by mail.mikestammer.com (Postfix) with ESMTP id B086AB84C; Wed, 28 Mar 2007 10:59:35 -0500 (CDT) Message-ID: <460A90E7.6000301@mikestammer.com> Date: Wed, 28 Mar 2007 10:59:35 -0500 From: Eric User-Agent: Thunderbird 2.0b2 (Windows/20070116) MIME-Version: 1.0 To: Kevin Kinsey References: <20070328132215.69925.qmail@web63305.mail.re1.yahoo.com> <460A8EDA.3040605@daleco.biz> In-Reply-To: <460A8EDA.3040605@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Stan Cooper , freebsd-questions@freebsd.org Subject: Re: How Write To Win Drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2007 16:09:08 -0000 Kevin Kinsey wrote: > > Finally, here's a couple of classics from my Bookmark collection that > deal with keeping ports up-to-date. AFAIK, they are still > pretty applicable today, with the exception of the fact that > "portupgrade" isn't the only way to do this anymore --- I think > the first one (Dru Lavigne's article) has all the procedure in gory > detail: > > http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html > http://www.onlamp.com/pub/a/bsd/2001/11/29/Big_Scary_Daemons.html > > Hopefully this is at least a start at "community support". :-) > > Best of luck, > > Kevin Kinsey use portsnap if you havent already updated your ports. its built in and very simple to use man portsnap to get started Eric