From owner-svn-doc-all@FreeBSD.ORG Sat Feb 22 19:43:30 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C42695B; Sat, 22 Feb 2014 19:43:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 761C616EE; Sat, 22 Feb 2014 19:43:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1MJhUX8016171; Sat, 22 Feb 2014 19:43:30 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1MJhUVM016170; Sat, 22 Feb 2014 19:43:30 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201402221943.s1MJhUVM016170@svn.freebsd.org> From: Warren Block Date: Sat, 22 Feb 2014 19:43:30 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44031 - head/en_US.ISO8859-1/htdocs/docs X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 22 Feb 2014 19:43:30 -0000 Author: wblock Date: Sat Feb 22 19:43:29 2014 New Revision: 44031 URL: http://svnweb.freebsd.org/changeset/doc/44031 Log: Remove stale link to PXE article removed in r39261. Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/docs/books.xml Sat Feb 22 13:41:52 2014 (r44030) +++ head/en_US.ISO8859-1/htdocs/docs/books.xml Sat Feb 22 19:43:29 2014 (r44031) @@ -275,11 +275,6 @@ How to best formulate and submit a problem report to the FreeBSD Project.

-

PXE booting - FreeBSD (pxe)
- How to create an Intel PXE server using FreeBSD, and how to - configure a FreeBSD client to boot from a PXE server.

-

Practical rc.d scripting in BSD (rc-scripting)
A guide to writing new rc.d scripts and understanding those