From owner-freebsd-questions@FreeBSD.ORG Thu Dec 9 00:30:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C443316A4CE for ; Thu, 9 Dec 2004 00:30:58 +0000 (GMT) Received: from smtp805.mail.sc5.yahoo.com (smtp805.mail.sc5.yahoo.com [66.163.168.184]) by mx1.FreeBSD.org (Postfix) with SMTP id 4FB5743D67 for ; Thu, 9 Dec 2004 00:30:58 +0000 (GMT) (envelope-from sp0ng3b0b@sbcglobal.net) Received: from unknown (HELO ?10.1.1.25?) (joe?stevensen@69.107.80.149 with plain) by smtp805.mail.sc5.yahoo.com with SMTP; 9 Dec 2004 00:30:58 -0000 Message-ID: <41B79CC1.8070304@sbcglobal.net> Date: Wed, 08 Dec 2004 16:30:57 -0800 From: sp0ng3b0b User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Question about updating 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 00:30:58 -0000 There seem to be a LOT of great articles about how to update a freebsd system. But they all seem to recommend a different approach. I am looking for a simple way to keep the OS up to date. Background info: I am going to be running a few FreeBSD production servers. I need to document everything first. I have a cvsup file that looks like this: *default host=cvsup4.us.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_5_3 *default delete use-rel-suffix *default compress src-all I would update FreeBSD like this: # make buildworld # make buildkernel # make installkernel # reboot boot in single user mode # mergemaster -p # make installworld # mergemaster # reboot However, I recently read about "make update". Should I be using this instead? Any advice is appreciated.