From owner-freebsd-questions@FreeBSD.ORG Sat Aug 14 03:23:28 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 DFB0616A4F3 for ; Sat, 14 Aug 2004 03:23:28 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89C7643D31 for ; Sat, 14 Aug 2004 03:23:28 +0000 (GMT) (envelope-from railmail@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so29553rnl for ; Fri, 13 Aug 2004 20:23:21 -0700 (PDT) Received: by 10.38.70.74 with SMTP id s74mr202733rna; Fri, 13 Aug 2004 20:23:21 -0700 (PDT) Message-ID: Date: Fri, 13 Aug 2004 23:23:21 -0400 From: Rail mail To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: updating issues 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: Sat, 14 Aug 2004 03:23:29 -0000 I have compiled kernel and now want to find easiest, safest way to upgrade a production machine. I'm trying to make a decision on to either A just always do a cvsup with RELENG_5_X and make world or B try to pull something together with freebsd-update. of course freebsd-update 1.4 gets upset since files were modified, due to src update and compile. thanks R.