From owner-svn-doc-all@FreeBSD.ORG Mon Jun 11 14:59:39 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD84E1065673; Mon, 11 Jun 2012 14:59:39 +0000 (UTC) (envelope-from bcr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 980118FC1D; Mon, 11 Jun 2012 14:59:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q5BExdgc090813; Mon, 11 Jun 2012 14:59:39 GMT (envelope-from bcr@svn.freebsd.org) Received: (from bcr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q5BExd26090811; Mon, 11 Jun 2012 14:59:39 GMT (envelope-from bcr@svn.freebsd.org) Message-Id: <201206111459.q5BExd26090811@svn.freebsd.org> From: Benedict Reuschling Date: Mon, 11 Jun 2012 14:59:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39025 - head/en_US.ISO8859-1/books/handbook/kernelconfig X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 14:59:39 -0000 Author: bcr Date: Mon Jun 11 14:59:39 2012 New Revision: 39025 URL: http://svn.freebsd.org/changeset/doc/39025 Log: The description about installing the system sources are no longer accurate in newer FreeBSD versions, since sysinstall is not there anymore. Therefore, provide a more general way that fits both cases by refering to the section in the handbook about synching the system sources. PR: docs/165410 Submitted by: Fernando (fernando dot apesteguia at gmail dot com) Patch by: crees (slightly modified by me) Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml Mon Jun 11 08:17:03 2012 (r39024) +++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml Mon Jun 11 14:59:39 2012 (r39025) @@ -300,13 +300,9 @@ following line in &man.loader.conf.5;: If the directory /usr/src/ does not exist on your system (or if it is empty), then the sources have not been installed. The easiest way to install the full source - tree is to run sysinstall as - root, and then choosing - Configure, then - Distributions, then - src, and finally - All. If it does not exist, you should - also create a symlink to /usr/src/sys/: + is to use &man.csup.1; as described in . You should also create a symlink to + /usr/src/sys/: &prompt.root; ln -s /usr/src/sys /sys