From owner-freebsd-bugs Sat Feb 21 08:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07156 for freebsd-bugs-outgoing; Sat, 21 Feb 1998 08:00:06 -0800 (PST) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA07146; Sat, 21 Feb 1998 08:00:02 -0800 (PST) (envelope-from gnats) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA06352 for ; Sat, 21 Feb 1998 07:56:57 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id PAA05475; Sat, 21 Feb 1998 15:56:49 GMT (envelope-from nik) Message-Id: <199802211556.PAA05475@nothing-going-on.demon.co.uk> Date: Sat, 21 Feb 1998 15:56:49 GMT From: Nik Clayton Reply-To: nik@nothing-going-on.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: docs/5806: [PATCH] Update location of my 'make world' tutorial Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 5806 >Category: docs >Synopsis: [PATCH] Update location of my 'make world' tutorial >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Feb 21 08:00:01 PST 1998 >Last-Modified: >Originator: Nik Clayton >Organization: N/A >Release: FreeBSD 2.2.5-STABLE i386 >Environment: N/A >Description: My tutorial explaining how to correctly 'make world' has been available on my own web space for a while, and supercedes the copy currently on the FreeBSD web site (which is out of date in a number of places). I have a PR outstanding (docs/5600) which asks for feedback from the project on what to do with the tutorial -- personally, I'd like to see it (with some rewriting) folded into the handbook, a task I'm willing to undertake. So far, no one's got back to me on this. I don't have a problem with that, I know everyone's very busy. However, in the mean time people are still seeing the old tutorial. The enclosed patch updates the URL for the tutorial on the FreeBSD web pages to point at the copy on my webspace. This way people can get the most up to date version immediately, and I can wait until someones got some free time to respond to my other comments. >How-To-Repeat: N/A >Fix: Apply this patch. For completenesses sake, you should probably also remove the tutorials/upgrade directory. Index: docs.sgml =================================================================== RCS file: /usr/local/cvs-reps/FreeBSD/www/data/docs.sgml,v retrieving revision 1.35 diff -u -r1.35 docs.sgml --- docs.sgml 1998/02/12 10:38:24 1.35 +++ docs.sgml 1998/02/21 15:43:19 @@ -65,7 +65,7 @@
  • Fonts and FreeBSD
  • IP Aliasing
  • -
  • Upgrading FreeBSD from source
  • +
  • Upgrading FreeBSD from source (using make world)
  • Formatting Media For Use With FreeBSD 2.2-RELEASE
  • Index: tutorials/index.sgml =================================================================== RCS file: /usr/local/cvs-reps/FreeBSD/www/data/tutorials/index.sgml,v retrieving revision 1.15 diff -u -r1.15 index.sgml --- index.sgml 1997/09/13 04:24:12 1.15 +++ index.sgml 1998/02/21 15:50:35 @@ -36,7 +36,7 @@
  • Fonts and FreeBSD
  • IP Aliasing
  • -
  • Upgrading FreeBSD from source
  • +
  • Upgrading FreeBSD from source (using make world)
  • Formatting Media For Use With FreeBSD 2.2-RELEASE
  • >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message