From owner-cvs-all@FreeBSD.ORG Tue Nov 13 00:43:25 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1B9A16A417 for ; Tue, 13 Nov 2007 00:43:25 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mo3so.prod.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8B64113C4B2 for ; Tue, 13 Nov 2007 00:43:25 +0000 (UTC) (envelope-from cperciva@freebsd.org) Received: from pd3mr1so.prod.shaw.ca (pd3mr1so-qfe3.prod.shaw.ca [10.0.141.177]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0JRF002BN5ZVXT00@l-daemon> for cvs-all@FreeBSD.org; Mon, 12 Nov 2007 17:43:07 -0700 (MST) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd3mr1so.prod.shaw.ca (Sun Java System Messaging Server 6.2-7.05 (built Sep 5 2006)) with ESMTP id <0JRF0022M5ZT1760@pd3mr1so.prod.shaw.ca> for cvs-all@FreeBSD.org; Mon, 12 Nov 2007 17:43:05 -0700 (MST) Received: from hexahedron.daemonology.net ([24.82.201.197]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with SMTP id <0JRF00GFF5ZRL600@l-daemon> for cvs-all@FreeBSD.org; Mon, 12 Nov 2007 17:43:04 -0700 (MST) Received: (qmail 2422 invoked from network); Tue, 13 Nov 2007 00:42:57 +0000 Received: from unknown (HELO hexahedron.daemonology.net) (127.0.0.1) by localhost with SMTP; Tue, 13 Nov 2007 00:42:57 +0000 Date: Mon, 12 Nov 2007 16:42:56 -0800 From: Colin Percival In-reply-to: <4738783A.4050101@errno.com> To: Sam Leffler Message-id: <4738F310.1030609@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Enigmail-Version: 0.95.0 References: <200711120447.lAC4lwua029042@repoman.freebsd.org> <86r6ivj0id.fsf@ds4.des.no> <473819FD.2000602@freebsd.org> <4738783A.4050101@errno.com> User-Agent: Thunderbird 2.0.0.6 (X11/20071102) Cc: =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/etc freebsd-update.conf src/share/man/man5 freebsd-update.conf.5 src/usr.sbin/freebsd-update freebsd-update.8 freebsd-update.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Nov 2007 00:43:25 -0000 Sam Leffler wrote: > Colin Percival wrote: >> The updated freebsd-update script can be downloaded from my web >> server on pre-{6.3-RC1, 7.0-BETA3} systems, as I explain in the >> instructions I provided on using freebsd-update to perform such >> upgrades: >> >> http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html >> >> http://www.daemonology.net/blog/2007-11-11-freebsd-major-version-upgrade.html >> >> My understanding is that the upcoming release announcements will >> point to these instructions (just like the 6.2-RELEASE announcement >> pointed to my 6.1-to-6.2 upgrade script). > > If this is to be an officially blessed part of the system all materials > should be hosted on www.freebsd.org; not your personal web site. I'm hosting the script on my web site as a stop-gap measure since in the future they will (obviously) already have it installed. I suppose that I could have put it onto security.freebsd.org instead, but since my web site is hosted on the same server as update1.freebsd.org I didn't really see much point. As for where the documentation goes -- I have no objection to having this turned into official FreeBSD documentation in the doc tree. Given my lack of experience in the doc tree, however, it seemed to me that posting this to my blog was by far the easiest and fastest way to make the information available. Colin Percival